Information about plays

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

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

{
    "id": 3667624,
    "uri": "https://api.kexp.org/v2/plays/3667624/?format=api",
    "airdate": "2026-06-14T01:09:38-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fb82f90-b509-4e63-80a4-5b55290e82f0/35907683324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fb82f90-b509-4e63-80a4-5b55290e82f0/35907683324-250.jpg",
    "song": "Lord of Ruins",
    "track_id": null,
    "recording_id": "a1a7f643-d9c6-43a4-99f0-4bbd0b706d2f",
    "artist": "Crypta",
    "artist_ids": [
        "3b5bc4eb-d60e-406c-a5e4-f08197d4c9de"
    ],
    "album": "Shades of Sorrow",
    "release_id": null,
    "release_group_id": "9191be73-53a5-4d3c-a25c-146c95198206",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2023-08-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Crypta is touring both Europe and the US throughout the year, but there have not been any PNW or bay area dates scheduled yet.  \n\nhttps://cryptabrazil.bandcamp.com/music\nhttps://www.instagram.com/cryptadeath/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}