Information about plays

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

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

{
    "id": 3541884,
    "uri": "https://api.kexp.org/v2/plays/3541884/?format=api",
    "airdate": "2025-08-19T02:30:15-07:00",
    "show": 64328,
    "show_uri": "https://api.kexp.org/v2/shows/64328/?format=api",
    "image_uri": "https://ia601400.us.archive.org/13/items/mbid-29667075-9351-419e-b9be-f6f608cebf98/mbid-29667075-9351-419e-b9be-f6f608cebf98-42454738066_thumb500.jpg",
    "thumbnail_uri": "https://ia801400.us.archive.org/13/items/mbid-29667075-9351-419e-b9be-f6f608cebf98/mbid-29667075-9351-419e-b9be-f6f608cebf98-42454738066_thumb250.jpg",
    "song": "Cards on the Table",
    "track_id": "bc421a7c-e943-41f3-9029-a278b475cf7d",
    "recording_id": "06186287-ddc3-4cd8-84d4-6b4008d6b048",
    "artist": "Jay Som feat. Mini Trees",
    "artist_ids": [
        "510ca9ea-0695-4d2b-ae7d-30645d9c5c66",
        "3b910f7b-018f-408f-950b-47e02d2ce305"
    ],
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jay Som album out in October!\n\nhttps://jaysom.bandcamp.com/album/belong",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}