Information about plays

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

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

{
    "id": 3523837,
    "uri": "https://api.kexp.org/v2/plays/3523837/?format=api",
    "airdate": "2025-07-07T08:52:38-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a-42413408087_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a/mbid-6d63cd0c-1280-4d1a-9a4a-e8b33910625a-42413408087_thumb250.jpg",
    "song": "Orphan Disco",
    "track_id": "6798a899-5f0b-4e91-ab1f-3e3414819e3b",
    "recording_id": "547dceeb-e62f-4d66-861b-4f88bb38f5ee",
    "artist": "Black Whales",
    "artist_ids": [
        "d1f1cba8-b5ce-438b-99a3-e0a8456ac322"
    ],
    "album": "A Guide To Photographing The Sun",
    "release_id": "6d63cd0c-1280-4d1a-9a4a-e8b33910625a",
    "release_group_id": "35e466fd-1f94-4396-b35d-47055a3f1415",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-03",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New release this month from this Seattle band!\n\nTheir music spans dream-pop, folk-rock, and atmospheric psychedelic anthems.\n\nhttps://blackwhales.bandcamp.com/album/a-guide-to-photographing-the-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}