Information about plays

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

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

{
    "id": 3639741,
    "uri": "https://api.kexp.org/v2/plays/3639741/?format=api",
    "airdate": "2026-04-09T04:37:15-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/dffd97f6-f8ab-3854-a054-b59485d055ca/25795844348-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dffd97f6-f8ab-3854-a054-b59485d055ca/25795844348-250.jpg",
    "song": "Cry of the Werewolf",
    "track_id": null,
    "recording_id": "16b32f51-ba3c-4514-b36a-61dd5fde075e",
    "artist": "Scientist",
    "artist_ids": [
        "90d63976-5e70-4c73-a500-eb67997d6ed2"
    ],
    "album": "Scientist Rids the World of the Evil Curse of the Vampires",
    "release_id": null,
    "release_group_id": "ea7e7cbb-73f2-3d39-b17c-584486d94c9c",
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}