Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3633361/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3633361,
    "uri": "https://api.kexp.org/v2/plays/3633361/?format=api",
    "airdate": "2026-03-25T03:59:22-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-19c8baf1-20c5-400b-8b3f-ebc373e43d71/mbid-19c8baf1-20c5-400b-8b3f-ebc373e43d71-44235941726_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-19c8baf1-20c5-400b-8b3f-ebc373e43d71/mbid-19c8baf1-20c5-400b-8b3f-ebc373e43d71-44235941726_thumb250.jpg",
    "song": "Bus Stop",
    "track_id": "e8de7d2e-a7a6-36e5-96a8-a25c1feaad7e",
    "recording_id": "aaa435a4-38b0-4790-9528-93a8c7cb5968",
    "artist": "The Hollies",
    "artist_ids": [
        "d4305549-6b4e-4a57-b24d-8af0743fe191"
    ],
    "album": "Classic Masters",
    "release_id": "19c8baf1-20c5-400b-8b3f-ebc373e43d71",
    "release_group_id": "449598e0-9f4c-38ba-a174-c42a13345a4f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was written by Graham Gouldman, who went on to form the band 10cc, best known for their hit \"I'm Not In Love.\" Gouldman was just 19 when he wrote \"Bus Stop,\" but he had already written three Yardbirds songs: \"For Your Love,\" \"Heart Full of Soul\" and \"Evil Hearted You.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}