Information about plays

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

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

{
    "id": 3642359,
    "uri": "https://api.kexp.org/v2/plays/3642359/?format=api",
    "airdate": "2026-04-15T10:43:24-07:00",
    "show": 66460,
    "show_uri": "https://api.kexp.org/v2/shows/66460/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-76286a07-9ef0-4b19-9cf3-e790dd75c026/mbid-76286a07-9ef0-4b19-9cf3-e790dd75c026-9830583167_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-76286a07-9ef0-4b19-9cf3-e790dd75c026/mbid-76286a07-9ef0-4b19-9cf3-e790dd75c026-9830583167_thumb250.jpg",
    "song": "Too Young to Burn",
    "track_id": "28d5c7d0-3f9f-494e-bf78-48bb23d1d5ca",
    "recording_id": "6f9f69e3-0537-4b2f-8e60-8273dea7fcbd",
    "artist": "Sonny & The Sunsets",
    "artist_ids": [
        "c0598d2a-803b-4950-9336-a8155d418561"
    ],
    "album": "Tomorrow Is Alright",
    "release_id": "248f244b-989f-4361-acc0-a4941da3444a",
    "release_group_id": "de9cb88e-21d8-450c-bf75-fc6da97b62d9",
    "labels": [
        "Fat Possum Records, LLC"
    ],
    "label_ids": [
        "349fc96d-a6d3-4b63-8f24-b9534932e933"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonny Smith is a prolific artist from San Francisco.\n\nhttps://sonnyandthesunsets.bandcamp.com/album/self-awareness-through-macrame",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}