Information about plays

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

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

{
    "id": 3612003,
    "uri": "https://api.kexp.org/v2/plays/3612003/?format=api",
    "airdate": "2026-02-01T18:40:15-08:00",
    "show": 65815,
    "show_uri": "https://api.kexp.org/v2/shows/65815/?format=api",
    "image_uri": "https://coverartarchive.org/release/09ea8f2f-cb41-4204-a924-be66986aba4c/29979965408-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09ea8f2f-cb41-4204-a924-be66986aba4c/29979965408-250.jpg",
    "song": "Free Spirit",
    "track_id": null,
    "recording_id": "d6310c92-d25f-49ce-bcad-edfbb09415a9",
    "artist": "Betty Griffin",
    "artist_ids": [
        "cc9668ca-8ec6-4ad9-a137-c1672ea49d92"
    ],
    "album": "Greg Belson's Divine Disco: American Gospel Disco — 1974 to 1984",
    "release_id": null,
    "release_group_id": "cfbd5378-240e-4b70-abf9-1ce49c8b3092",
    "labels": [
        "Cultures of Soul Records"
    ],
    "label_ids": [
        "283ecbaa-d19c-4280-89c0-1daebaece876"
    ],
    "release_date": "2016-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Betty Griffin originally released \"Free Spirit\" on the album of the same name in 1980, but you can find the track on the 2016 compilation album entitled Greg Belson's Divine Disco: American Gospel Disco — 1974 to 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}