Information about plays

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

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

{
    "id": 3566027,
    "uri": "https://api.kexp.org/v2/plays/3566027/?format=api",
    "airdate": "2025-10-16T18:17:53-07:00",
    "show": 64851,
    "show_uri": "https://api.kexp.org/v2/shows/64851/?format=api",
    "image_uri": "https://ia601309.us.archive.org/16/items/mbid-1f1b25a7-6420-4c80-8560-9b38bfc0a23a/mbid-1f1b25a7-6420-4c80-8560-9b38bfc0a23a-2453060918_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/16/items/mbid-1f1b25a7-6420-4c80-8560-9b38bfc0a23a/mbid-1f1b25a7-6420-4c80-8560-9b38bfc0a23a-2453060918_thumb250.jpg",
    "song": "Immortality",
    "track_id": "4f3c415b-e487-398e-a428-83e29be6f803",
    "recording_id": "645ad212-ee3c-4a8f-8b1f-df38a9f3fd4a",
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Vitalogy",
    "release_id": "1f1b25a7-6420-4c80-8560-9b38bfc0a23a",
    "release_group_id": "6e384e83-6cb1-36bd-813c-ca7d4cf4b9ba",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1994-12-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Vitalogy is Pearl Jam's third studio album released in 1994. \n\nThe band created a nonprofit of the same namesake, the Vitalogy Foundation, which focuses on environmental, homelessness, and indigenous causes. \nhttps://pearljam.com/vitalogy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}