Information about plays

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

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

{
    "id": 3593572,
    "uri": "https://api.kexp.org/v2/plays/3593572/?format=api",
    "airdate": "2025-12-20T18:10:40-08:00",
    "show": 65433,
    "show_uri": "https://api.kexp.org/v2/shows/65433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Festival of Lights (Hanukkah Song) (featuring Mike Mills)",
    "track_id": "82c007df-fd44-4150-ac53-c4e08edaa40a",
    "recording_id": "e6aee904-f411-43c7-88ae-ea4f80b01650",
    "artist": "The Minus 5",
    "artist_ids": [
        "7acfc09d-1b3b-4524-aff0-c705844109c6"
    ],
    "album": "Dear December",
    "release_id": "3854fc3e-75ec-4d5e-86f9-fe17f8532cb7",
    "release_group_id": "3475ccea-c2ef-4ed3-a4a3-2df7d766e069",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2017-12-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Minus 5 would like to wish you a very Happy Hanukkah!!\n\nhttps://theminus5.bandcamp.com/track/festival-of-lights-hanukkah-song-feat-mike-mills",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}