Information about plays

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

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

{
    "id": 3626599,
    "uri": "https://api.kexp.org/v2/plays/3626599/?format=api",
    "airdate": "2026-03-08T00:17:44-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/564d609e-959b-4c1d-96f0-acafd9db7b84/13153005143-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/564d609e-959b-4c1d-96f0-acafd9db7b84/13153005143-250.jpg",
    "song": "Chalice of Blood",
    "track_id": null,
    "recording_id": "53d3f678-dd45-463e-b8a6-15105f83507a",
    "artist": "Forbidden",
    "artist_ids": [
        "e7df158d-1895-400d-919e-dc0a93e13c16"
    ],
    "album": "Forbidden Evil",
    "release_id": null,
    "release_group_id": "18a320d0-6fc2-3e04-b5b4-e02b8ae464fa",
    "labels": [
        "Century Media"
    ],
    "label_ids": [
        "727ad90b-7ef4-48d2-8f16-c34016544822"
    ],
    "release_date": "1988-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Forbidden has almost finished recording what will be their first album in 16 years!  Stay tuned for more info!\n\nhttps://www.officialforbidden.com/\nhttps://forbiddenofficial.bandcamp.com/\nhttps://www.facebook.com/forbiddenofficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}