Information about plays

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

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

{
    "id": 3594501,
    "uri": "https://api.kexp.org/v2/plays/3594501/?format=api",
    "airdate": "2025-12-22T14:20:51-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ecf178e-5039-39b9-883a-3edbacbd732e/4870397687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ecf178e-5039-39b9-883a-3edbacbd732e/4870397687-250.jpg",
    "song": "Come On! Let’s Boogey to the Elf Dance!",
    "track_id": null,
    "recording_id": "a3a69644-fdfd-48ad-9540-0b2f529ff19b",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Songs for Christmas",
    "release_id": null,
    "release_group_id": "a3cac6e5-1c69-3807-80d3-7380c8539965",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2006-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Shakira in London!\n\nSufjan Stevens is a multi-disciplinarian and record label owner living and operating in NYC.\n\nhttps://asthmatickitty.com/artists/sufjan-stevens/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}