Information about plays

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

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

{
    "id": 3622100,
    "uri": "https://api.kexp.org/v2/plays/3622100/?format=api",
    "airdate": "2026-02-25T12:43:49-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6/mbid-896263b0-ce1e-45dd-abd2-c5118d17d5d6-4529010699_thumb250.jpg",
    "song": "Sympathy for the Devil",
    "track_id": "59eed9e9-b7c8-310e-bbaa-3cf59d0bf0b1",
    "recording_id": "5f4f78e0-148f-43e6-9e3a-f0af43312efe",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Forty Licks",
    "release_id": "896263b0-ce1e-45dd-abd2-c5118d17d5d6",
    "release_group_id": "6474dce0-f54d-36f5-9dc5-03a44e9f5d5b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2002-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original title of this track was \"The Devil Is My Name.\" \n\nSaid Mick Jagger: \"Songs can metamorphasize, and 'Sympathy For The Devil' is one of those songs that started off like one thing, I wrote it one way and then we started the change the rhythm. And then it became completely different. And then it got very exciting. It started off as a folk song and then became a samba. A good song can become anything. It's got lots of historical references and lots of poetry.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}