Information about plays

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

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

{
    "id": 3561457,
    "uri": "https://api.kexp.org/v2/plays/3561457/?format=api",
    "airdate": "2025-10-05T00:47:14-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/22e6e770-c106-46ef-a57f-10928bfc0eba/28620561152-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22e6e770-c106-46ef-a57f-10928bfc0eba/28620561152-250.jpg",
    "song": "The Thing (1982)",
    "track_id": null,
    "recording_id": "71e30155-d3f3-4a57-b865-583f7496bd68",
    "artist": "Evile",
    "artist_ids": [
        "5540499f-8ab5-404f-a781-e959b1dc2778"
    ],
    "album": "Hell Unleashed",
    "release_id": null,
    "release_group_id": "507be1fc-c179-4950-b048-00ca065ff5fe",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2021-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About the John Carpenter movie\n\nEvile was originally known as Metal Militia when Matt Drake and Ben Carter began to cover early Metallica songs. They played their first live show at the Ukrainian Club in Halifax, England.\n\nhttps://evile.bandcamp.com/album/the-unknown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}