Information about plays

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

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

{
    "id": 3596211,
    "uri": "https://api.kexp.org/v2/plays/3596211/?format=api",
    "airdate": "2025-12-26T09:21:12-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Float",
    "track_id": "d4237c71-b3ed-46e6-960c-7221ceaaaf7a",
    "recording_id": "ded52234-f378-4d8f-970c-e55a4b074633",
    "artist": "Jay Som feat. Jim Adkins",
    "artist_ids": [
        "c57617b2-8086-4d3a-856d-8ae074297315",
        "3b910f7b-018f-408f-950b-47e02d2ce305",
        "07bd5abc-0cc5-4781-9d70-8c9f754eb78b"
    ],
    "album": "Belong",
    "release_id": "29667075-9351-419e-b9be-f6f608cebf98",
    "release_group_id": "a8de19c2-5e45-4c7d-940e-b1ced88059bc",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of \"Float,\" Duterte reveals, \"This song is about desperately trying to hold on to past versions of yourself for self preservation. The fear of the unknown is so overwhelming that sometimes the best solution is to sit with it instead of fighting or running from it.\"\n\nhttps://www.jaysommusic.com/ https://jaysom.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}