Information about plays

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

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

{
    "id": 3572442,
    "uri": "https://api.kexp.org/v2/plays/3572442/?format=api",
    "airdate": "2025-11-01T02:52:50-07:00",
    "show": 64988,
    "show_uri": "https://api.kexp.org/v2/shows/64988/?format=api",
    "image_uri": "https://coverartarchive.org/release/db3ed0a1-ec0d-4850-86d7-ee0bfac746cc/34466433126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db3ed0a1-ec0d-4850-86d7-ee0bfac746cc/34466433126-250.jpg",
    "song": "Rising From the Dead",
    "track_id": null,
    "recording_id": "11c4abab-ad72-42cd-85df-93943ee0cd13",
    "artist": "Echoberyl",
    "artist_ids": [
        "83f5ed0c-4feb-413d-bd35-f62c1a2f44c0"
    ],
    "album": "Rising From the Dead (Halloween edition)",
    "release_id": null,
    "release_group_id": "a61d0946-add7-420a-8489-913512b69d32",
    "labels": [
        "Mother Solitude Records"
    ],
    "label_ids": [
        "4b3bd10d-36f9-44f7-b00f-77694db02f26"
    ],
    "release_date": "2022-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://echoberyl.bandcamp.com/album/rising-from-the-dead-halloween-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}