Information about plays

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

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

{
    "id": 3658780,
    "uri": "https://api.kexp.org/v2/plays/3658780/?format=api",
    "airdate": "2026-05-24T00:40:49-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/33401eac-5ba4-473f-83ad-23d41dacdd8c/39552698282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/33401eac-5ba4-473f-83ad-23d41dacdd8c/39552698282-250.jpg",
    "song": "Edge Of Reality",
    "track_id": null,
    "recording_id": "541acacf-c19d-4950-a924-d44ab42aa083",
    "artist": "Frozen Crown",
    "artist_ids": [
        "df650352-f5ba-47d0-907b-3ac0ed6755bb"
    ],
    "album": "War Hearts",
    "release_id": null,
    "release_group_id": "09d53f67-2998-4cbd-9c2a-a93a1f685375",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2024-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frozen Crown hail from Milan, Italy. They will be playing in the US this summer including a stop in Seattle at the Neptune Theatre on September 8 supporting Kamelot. https://frozencrown.bandcamp.com/album/war-hearts",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}