Information about plays

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

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

{
    "id": 3635873,
    "uri": "https://api.kexp.org/v2/plays/3635873/?format=api",
    "airdate": "2026-03-31T04:28:01-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d162bab-16e3-3cea-87c0-589d246a3972/1840284930-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d162bab-16e3-3cea-87c0-589d246a3972/1840284930-250.jpg",
    "song": "Sola Sistim",
    "track_id": null,
    "recording_id": "5eed295f-8fcc-4948-9196-79e58db6fe68",
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "A Hundred Days Off",
    "release_id": null,
    "release_group_id": "2d0bd26f-7a0d-3644-b019-6e97a83139ec",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Underworld's sixth album, first since Darren Emerson left in 2001 -- named after the number of days Rick Smith's children wanted to take off of school! \n\nhttp://underworldlive.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}