Information about plays

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

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

{
    "id": 3608776,
    "uri": "https://api.kexp.org/v2/plays/3608776/?format=api",
    "airdate": "2026-01-25T02:00:20-08:00",
    "show": 65749,
    "show_uri": "https://api.kexp.org/v2/shows/65749/?format=api",
    "image_uri": "https://coverartarchive.org/release/d6a8d882-f92c-4e23-95bc-4e2c53c76c89/4846671282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d6a8d882-f92c-4e23-95bc-4e2c53c76c89/4846671282-250.jpg",
    "song": "Suicidal Justice",
    "track_id": null,
    "recording_id": "1baeecb4-0301-4511-90d7-312a68add309",
    "artist": "Satan",
    "artist_ids": [
        "ee2c4239-6a04-492a-a157-1382837962db"
    ],
    "album": "Suspended Sentence",
    "release_id": null,
    "release_group_id": "1fc90d35-8399-43ed-a36b-9ec90bb1c740",
    "labels": [
        "Steamhammer"
    ],
    "label_ids": [
        "2a36fd7a-4de1-47ce-88d0-c315bba7a9f9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The underprivileged are protesting as one\nIs there justice, will justice ever be done?\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}