Information about plays

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

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

{
    "id": 3549104,
    "uri": "https://api.kexp.org/v2/plays/3549104/?format=api",
    "airdate": "2025-09-05T05:16:48-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia800204.us.archive.org/13/items/mbid-be5acbd2-08a4-3d19-aeb1-64186626cb8a/mbid-be5acbd2-08a4-3d19-aeb1-64186626cb8a-7361204091_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/13/items/mbid-be5acbd2-08a4-3d19-aeb1-64186626cb8a/mbid-be5acbd2-08a4-3d19-aeb1-64186626cb8a-7361204091_thumb250.jpg",
    "song": "Running Up That Hill (A Deal With God)",
    "track_id": "c6574018-41ae-350c-a8dd-ebbc2f7bd367",
    "recording_id": "6029d549-5858-4936-9156-b90770d2ae92",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "be5acbd2-08a4-3d19-aeb1-64186626cb8a",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Kate Bush not only wrote her own songs, but starting with her 1982 album The Dreaming, was also her own producer, a rare feat at the time especially for a female artist. Until she came along, the only woman on this level who did her own writing and production was Joni Mitchell, another singer of immense influence and acclaim.\n https://www.songfacts.com/facts/kate-bush/running-up-that-hill-a-deal-with-god",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}