Information about plays

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

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

{
    "id": 3572904,
    "uri": "https://api.kexp.org/v2/plays/3572904/?format=api",
    "airdate": "2025-11-02T02:06:27-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreadful Leap",
    "track_id": null,
    "recording_id": null,
    "artist": "One of Nine",
    "artist_ids": [
        "5008279d-43fc-48a6-b470-8f09e1527b33"
    ],
    "album": "Dawn Of The Iron Shadow",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "J.R.R. Tolkein would listen to black metal and be my friend. \n... Ok, maybe he wouldn't do either of those things. \nhttps://oneofnine.bandcamp.com/album/dawn-of-the-iron-shadow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}