Information about plays

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

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

{
    "id": 3608345,
    "uri": "https://api.kexp.org/v2/plays/3608345/?format=api",
    "airdate": "2026-01-24T05:13:15-08:00",
    "show": 65739,
    "show_uri": "https://api.kexp.org/v2/shows/65739/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-edeade0a-9b13-4bef-ab44-4beab0fb4d12/mbid-edeade0a-9b13-4bef-ab44-4beab0fb4d12-27142896955_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-edeade0a-9b13-4bef-ab44-4beab0fb4d12/mbid-edeade0a-9b13-4bef-ab44-4beab0fb4d12-27142896955_thumb250.jpg",
    "song": "Darkest Hour",
    "track_id": "045b16b1-08a9-43db-87f7-37e9ef17aff7",
    "recording_id": "80f47370-aa8a-47eb-a67d-dcf74d101851",
    "artist": "Sevdaliza",
    "artist_ids": [
        "e4356a15-5acc-400d-a707-592d66922e28"
    ],
    "album": "Shabrang",
    "release_id": "32ad907c-1d9d-41a1-89ea-899c664ebe40",
    "release_group_id": "e6779ab2-1152-4688-aed9-788effce3488",
    "labels": [
        "Twisted Elegance"
    ],
    "label_ids": [
        "4b9c3a39-e92a-4e4d-b257-84db1d4c85aa"
    ],
    "release_date": "2020-08-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}