Information about plays

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

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

{
    "id": 3629060,
    "uri": "https://api.kexp.org/v2/plays/3629060/?format=api",
    "airdate": "2026-03-15T00:55:54-07:00",
    "show": 66184,
    "show_uri": "https://api.kexp.org/v2/shows/66184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Of Iron and Blood",
    "track_id": null,
    "recording_id": null,
    "artist": "Lömsk",
    "artist_ids": [
        "e71af892-01f3-49c5-b021-22f1d58055fb"
    ],
    "album": "Act II - Of Iron and Blood",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vendetta Records"
    ],
    "label_ids": [
        "2c13b9ba-9309-4166-ac56-d1ee5a8b75b1"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new debut full length album from this Swedish band formed in 2022.\n\nhttps://lmsk.bandcamp.com/album/act-ii-of-iron-and-blood\nhttps://lomsk.netlify.app/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}