Information about plays

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

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

{
    "id": 3562699,
    "uri": "https://api.kexp.org/v2/plays/3562699/?format=api",
    "airdate": "2025-10-08T13:30:17-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "https://ia600605.us.archive.org/25/items/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825-21235525003_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/25/items/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825/mbid-c7c3c572-9114-4e7b-9dc8-68cf99372825-21235525003_thumb250.jpg",
    "song": "Just Like Honey",
    "track_id": "f5d59c9a-22f6-36e3-bf45-1ba9750ea736",
    "recording_id": "ec22ad2c-e2c5-4d73-9cee-a5091950128c",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Psychocandy",
    "release_id": "2d650677-1b41-3dc0-96c0-5a08a1c55832",
    "release_group_id": "7534461f-d5ed-3ab0-b5a8-48d7f9b49c70",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#303...\n--\nIt's been 40 years since Scottish band The Jesus and Mary Chain released their debut album, \"Psychocandy.\" This was the leadoff track. \n--\nIn 2022, they performed the song live with Phoebe Bridgers: https://www.youtube.com/watch?v=SOgkVBTdRxU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}