Information about plays

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

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

{
    "id": 3610549,
    "uri": "https://api.kexp.org/v2/plays/3610549/?format=api",
    "airdate": "2026-01-29T08:57:01-08:00",
    "show": 65784,
    "show_uri": "https://api.kexp.org/v2/shows/65784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cape Cod Kwassa Kwassa",
    "track_id": "68ca2530-5dca-4b04-ac52-bdf837dfcae1",
    "recording_id": "5ee374f0-456b-46c1-b72a-105c467486b0",
    "artist": "Hot Chip & Peter Gabriel",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af",
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "08/09",
    "release_id": "db939fea-ee6d-420b-ab61-7632bce18ef8",
    "release_group_id": "d87f2283-9e13-4487-bc11-c7d59bf729cc",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "And here, we have Peter Gabriel and Hot Chip covering Vampire Weekend.\n\n\"But this feels so unnatural\nPeter Gabriel too\nAnd it feels so unnatural\nTo sing your own name\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}