Information about plays

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

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

{
    "id": 3605040,
    "uri": "https://api.kexp.org/v2/plays/3605040/?format=api",
    "airdate": "2026-01-16T09:29:15-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Do You Do With the Mad That You Feel?",
    "track_id": null,
    "recording_id": "f5a1546d-e0b7-48b8-9e6c-8e1e8b97806a",
    "artist": "Mister Rogers",
    "artist_ids": [
        "87467525-3724-412d-ad3e-595ecb6a3bfd"
    ],
    "album": "You’re Growing",
    "release_id": null,
    "release_group_id": "3535fa20-3825-399c-966b-f25ada06d17d",
    "labels": [
        "PBS"
    ],
    "label_ids": [
        "e4cebc64-776b-4039-8e80-6ca42dd3df22"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What do you do with the mad that you feel?\" A little boy once asked Mister Rogers this question. He answered. In song, of course. : https://www.facebook.com/gbh/videos/what-do-you-do-with-the-mad-that-you-feel/1345034169018965/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}