Information about plays

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

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

{
    "id": 3542106,
    "uri": "https://api.kexp.org/v2/plays/3542106/?format=api",
    "airdate": "2025-08-19T15:20:57-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia800509.us.archive.org/16/items/mbid-63cfdbc7-ae1c-41c7-a007-fd5f59de8073/mbid-63cfdbc7-ae1c-41c7-a007-fd5f59de8073-14774816879_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/16/items/mbid-63cfdbc7-ae1c-41c7-a007-fd5f59de8073/mbid-63cfdbc7-ae1c-41c7-a007-fd5f59de8073-14774816879_thumb250.jpg",
    "song": "Bills",
    "track_id": "698f1237-44be-4fbb-b76f-a7ec0b7fa79d",
    "recording_id": "5513bbf2-b08c-4f97-b95b-a5b633fe64fa",
    "artist": "Ultimate Painting",
    "artist_ids": [
        "633a4da5-b0c8-4822-88c6-7dd0017830a8"
    ],
    "album": "Dusk",
    "release_id": "d0aa10da-b700-4a74-8370-1721380420a0",
    "release_group_id": "d5b6c19c-c5d1-417e-853e-3ff68c92bad7",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London, UK duo of Jack Cooper & James Hoare.\n---\nhttps://ultimatepainting.bandcamp.com/album/dusk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}