Information about plays

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

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

{
    "id": 3603007,
    "uri": "https://api.kexp.org/v2/plays/3603007/?format=api",
    "airdate": "2026-01-11T09:17:08-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakfast Time",
    "track_id": null,
    "recording_id": "7dddf476-40db-4e6f-9c79-f46baad0dcac",
    "artist": "Lightnin’ Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jewel"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lightning Hopkins would show up to session recordings and refuse to play a note until he was paid his full fee upfront.\nhttps://www.allmusic.com/album/blue-lightnin-the-jewel-sessions-1965-1969-mw0000987361",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}