Information about plays

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

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

{
    "id": 3546936,
    "uri": "https://api.kexp.org/v2/plays/3546936/?format=api",
    "airdate": "2025-08-30T23:06:34-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Floor Of The Forest",
    "track_id": null,
    "recording_id": null,
    "artist": "Nape Neck",
    "artist_ids": [
        "12dafd6d-65e9-40e2-bedf-ae304d09d990"
    ],
    "album": "The Shallowest End",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dot Dash"
    ],
    "label_ids": [
        "17071c04-6885-45ce-b723-709546fe6826"
    ],
    "release_date": "2025-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new album from this Leeds, UK based band\n\nhttps://post-trash.com/news/2025/8/25/nape-neck-the-shallowest-end-post-trash-premiere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}