Information about plays

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

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

{
    "id": 3604502,
    "uri": "https://api.kexp.org/v2/plays/3604502/?format=api",
    "airdate": "2026-01-15T02:32:48-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Widow",
    "track_id": null,
    "recording_id": "58d3faef-1edd-4138-a848-c37fecf9c839",
    "artist": "Africa",
    "artist_ids": [
        "f529e0c9-ac19-4a86-9c32-7cf62537e46f"
    ],
    "album": "Music From “Lil Brown”",
    "release_id": null,
    "release_group_id": "aff480bf-2969-3d0b-b65c-803f516e7f8c",
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There is no “Lil Brown” movie as the album title suggests, it’s a nod to The Band’s Music from Big Pink album title.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}