Information about plays

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

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

{
    "id": 3604431,
    "uri": "https://api.kexp.org/v2/plays/3604431/?format=api",
    "airdate": "2026-01-14T22:43:57-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b51b203-8f89-40dd-8fff-db4b041fac91/10986771557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b51b203-8f89-40dd-8fff-db4b041fac91/10986771557-250.jpg",
    "song": "Black‐Throated Wind",
    "track_id": null,
    "recording_id": "11372ddc-138d-4556-a2d1-20dc5165d522",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Europe ’72: The Complete Recordings",
    "release_id": null,
    "release_group_id": "c5562a09-5413-470a-8a9f-fe8b39b245af",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "2011-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}