Information about plays

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

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

{
    "id": 3593052,
    "uri": "https://api.kexp.org/v2/plays/3593052/?format=api",
    "airdate": "2025-12-19T10:48:25-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Need",
    "track_id": "c5d61d4d-28f2-465b-a834-d92d42065b30",
    "recording_id": "c4b91eb0-adcd-43aa-b5a7-39b94dd59cfd",
    "artist": "Jay Som feat. Soft Glas",
    "artist_ids": [
        "3b910f7b-018f-408f-950b-47e02d2ce305",
        "3c147b25-60fa-4714-aba4-e7faa8fdebae"
    ],
    "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": "#90 on our countdown of YOUR favorite albums of 2025\n\nJay Som is playing TONIGHT in Seattle at Neumos! \n\nThey also have one more stop in the US-- tomorrow night in Portland at the Aladdin Theater! \n\nhttps://jaysom.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}