Information about plays

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

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

{
    "id": 3633836,
    "uri": "https://api.kexp.org/v2/plays/3633836/?format=api",
    "airdate": "2026-03-26T09:47:59-07:00",
    "show": 66283,
    "show_uri": "https://api.kexp.org/v2/shows/66283/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0400639-0f16-3bc3-a6af-07b9a1180e8c/27157945022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0400639-0f16-3bc3-a6af-07b9a1180e8c/27157945022-250.jpg",
    "song": "#9 Dream",
    "track_id": null,
    "recording_id": "58ce0b8d-0095-4f41-823e-e17688da5516",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Instant Karma: The Amnesty International Campaign to Save Darfur",
    "release_id": null,
    "release_group_id": "4ee2b7a8-6d9f-3a6d-9513-1abdfa6ff245",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2007-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.E.M.'s cover of John Lennon's #9 Dream, originally released on his 1974 album, \"Walls and Bridges\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}