Information about plays

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

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

{
    "id": 3578071,
    "uri": "https://api.kexp.org/v2/plays/3578071/?format=api",
    "airdate": "2025-11-14T13:11:33-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "https://ia801506.us.archive.org/26/items/mbid-fd42a338-4660-41a0-b68d-9da95cbce138/mbid-fd42a338-4660-41a0-b68d-9da95cbce138-33739517263_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-fd42a338-4660-41a0-b68d-9da95cbce138/mbid-fd42a338-4660-41a0-b68d-9da95cbce138-33739517263_thumb250.jpg",
    "song": "Look at Where We Are",
    "track_id": "cb6e721c-dac0-46d2-8f28-afcdad3a2f77",
    "recording_id": "cdc2847b-2dfa-450b-846d-815859a441f9",
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "In Our Heads",
    "release_id": "fd42a338-4660-41a0-b68d-9da95cbce138",
    "release_group_id": "f2ff04ec-0e7f-4c3c-bee4-ccb32a597f2c",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2012-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=sZgUOiwOuC0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}