Information about plays

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

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

{
    "id": 3581902,
    "uri": "https://api.kexp.org/v2/plays/3581902/?format=api",
    "airdate": "2025-11-23T11:55:17-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock of Ages",
    "track_id": null,
    "recording_id": "821cf7bc-7a8d-48bc-b8b0-0299b8769967",
    "artist": "Rev. Robert Wilkins",
    "artist_ids": [
        "ec4078c1-fbe4-42e8-9e6e-6b84473bc123"
    ],
    "album": "Worried Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Possum"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in 1896 in Hernando, Mississippi of African-American and Cherokee heritage ; another predecessor to \"This Land\" ; https://www.allaboutbluesmusic.com/rev-robert-wilkins",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}