Information about plays

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

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

{
    "id": 3578302,
    "uri": "https://api.kexp.org/v2/plays/3578302/?format=api",
    "airdate": "2025-11-15T01:34:17-08:00",
    "show": 65112,
    "show_uri": "https://api.kexp.org/v2/shows/65112/?format=api",
    "image_uri": "https://coverartarchive.org/release/277cc98c-789a-4c3f-b489-bd7719254313/36658806227-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/277cc98c-789a-4c3f-b489-bd7719254313/36658806227-250.jpg",
    "song": "Bloody Bird",
    "track_id": null,
    "recording_id": "79b96d9e-9869-4aed-8d80-9dab454c5a20",
    "artist": "Simon Boswell",
    "artist_ids": [
        "3b570a80-9c4a-4c0b-bf7b-86bd68eb619b"
    ],
    "album": "Deliria (Stage Fright) - Original Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rustable"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://rustblade.bandcamp.com/album/deliria-stage-fright-original-soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}