Information about plays

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

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

{
    "id": 3635421,
    "uri": "https://api.kexp.org/v2/plays/3635421/?format=api",
    "airdate": "2026-03-30T03:23:19-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a20f9f6-9623-4c5a-ba03-2a7917235bd4/18998133030-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a20f9f6-9623-4c5a-ba03-2a7917235bd4/18998133030-250.jpg",
    "song": "Five Hundred Miles",
    "track_id": null,
    "recording_id": "6bb45ce8-0b3c-4c10-a007-bb0c14f12d39",
    "artist": "Mamman Sani Abdullaye",
    "artist_ids": [
        "c3fde6db-b99d-4301-b42a-c40b073fe734"
    ],
    "album": "Unreleased Tapes 1981-1984",
    "release_id": null,
    "release_group_id": "9a6bb71b-1e9c-4ef5-8fec-fe2d36bbb2fc",
    "labels": [
        "Sahel Sounds"
    ],
    "label_ids": [
        "72b12920-4894-4bfd-9edb-a753bfed2823"
    ],
    "release_date": "2015-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}