Information about plays

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

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

{
    "id": 3566752,
    "uri": "https://api.kexp.org/v2/plays/3566752/?format=api",
    "airdate": "2025-10-18T13:09:13-07:00",
    "show": 64868,
    "show_uri": "https://api.kexp.org/v2/shows/64868/?format=api",
    "image_uri": "https://coverartarchive.org/release/72737b96-22c4-47f5-bc99-722c7f106729/19919118381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72737b96-22c4-47f5-bc99-722c7f106729/19919118381-250.jpg",
    "song": "13 Candles",
    "track_id": null,
    "recording_id": "ece4583a-7454-4731-84f8-952a59692210",
    "artist": "Uncle Acid & The Deadbeats",
    "artist_ids": [
        "e5edd3b8-2a81-42c4-93a4-c19a10713295"
    ],
    "album": "Blood Lust",
    "release_id": null,
    "release_group_id": "688f9429-f883-42ba-86f7-9cd1df4e4de5",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More about Uncle Acid & The Deadbeats : https://riseaboverecords.com/artists/riseaboveartists/uncleacid/\n\nFeeling Halloweeny? Come to the KEXP Halloween Kids Dance Party on 10/26! tickets avaialble here: https://www.kexp.org/events/kexp-events/kids-halloween-dance-party-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}