Information about plays

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

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

{
    "id": 3617642,
    "uri": "https://api.kexp.org/v2/plays/3617642/?format=api",
    "airdate": "2026-02-15T00:25:23-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "https://coverartarchive.org/release/47d3bdb5-0249-4397-9c88-f48f813473f1/23597659439-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47d3bdb5-0249-4397-9c88-f48f813473f1/23597659439-250.jpg",
    "song": "We Want The Night",
    "track_id": null,
    "recording_id": "3b6f32ff-aed8-424a-9bcf-74794e5425fc",
    "artist": "Pounder",
    "artist_ids": [
        "41aeb237-00b6-4ec4-98df-b70b84fdfa6f"
    ],
    "album": "Uncivilized",
    "release_id": null,
    "release_group_id": "1d8fe8a7-532b-4892-842d-b19725b4e18d",
    "labels": [
        "Hells Headbangers Records"
    ],
    "label_ids": [
        "167ea0e2-47ee-4f5e-851d-264635054760"
    ],
    "release_date": "2019-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pounder frontman Matt Harvey resurrected his old thrash band, Scarecrow and released a 10\" titled Raise the Death's Head a few years ago on Relapse Records.\n\nhttps://store.relapse.com/search?q=scarecrow\nhttps://pounderheavymetal.bandcamp.com/album/breaking-the-world\nhttps://www.facebook.com/pounderheavymetal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}