Information about plays

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

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

{
    "id": 3570052,
    "uri": "https://api.kexp.org/v2/plays/3570052/?format=api",
    "airdate": "2025-10-26T02:06:32-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/6feadf45-bc59-4cb8-9984-25c804a0dd42/13284223575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6feadf45-bc59-4cb8-9984-25c804a0dd42/13284223575-250.jpg",
    "song": "Shadow from Mordor",
    "track_id": null,
    "recording_id": null,
    "artist": "Sacrilege",
    "artist_ids": [
        "5b68fe96-3c1b-4f72-94dc-1f70619b0760"
    ],
    "album": "Behind the Realms of Madness",
    "release_id": null,
    "release_group_id": "5616ee7a-f579-42b2-be7b-569632763717",
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It is a spooky realm of madness, after all - https://backonblack.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}