Information about plays

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

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

{
    "id": 3639738,
    "uri": "https://api.kexp.org/v2/plays/3639738/?format=api",
    "airdate": "2026-04-09T04:26:20-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/1eba9080-0be7-42fb-a331-895d99a1d847/32875265734-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1eba9080-0be7-42fb-a331-895d99a1d847/32875265734-250.jpg",
    "song": "Concrete Jungle",
    "track_id": null,
    "recording_id": "1cbd0e39-d8c0-4b54-81d9-d146ff76cf88",
    "artist": "The Wailers",
    "artist_ids": [
        "c9e99d40-4a2c-4ca7-ac5b-e842264ee271"
    ],
    "album": "Catch a Fire",
    "release_id": null,
    "release_group_id": "63a3ac2f-5d63-3132-98d3-b00385d9a3a2",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1973-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track to \"Catch a Fire\", which released in April 1973.\n\n\"Catch a Fire\" is on Rolling Stone's list of 500 Greatest Albums of All Time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}