Information about plays

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

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

{
    "id": 3645291,
    "uri": "https://api.kexp.org/v2/plays/3645291/?format=api",
    "airdate": "2026-04-22T09:41:41-07:00",
    "show": 66521,
    "show_uri": "https://api.kexp.org/v2/shows/66521/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5-33500683362_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5/mbid-dc8ef7f6-ca57-45fd-bcfc-ce98189b48f5-33500683362_thumb250.jpg",
    "song": "Street Fighting Man",
    "track_id": "73907b1a-76f5-4390-b7db-f59731c7fd50",
    "recording_id": "d8c3f47e-d7f6-408b-a65b-90c77a557336",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Beggars Banquet",
    "release_id": "e033b47f-e278-479d-b88d-ae49ac1ac0f4",
    "release_group_id": "6e672bbd-7c7f-32f8-8335-c603be99d13b",
    "labels": [
        "ABKCO"
    ],
    "label_ids": [
        "048df3b9-10b0-4d60-b484-8e29b18f6100"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Mason also played percussion on The Rolling Stones song \"Street Fighting Man\".\n\nhttps://www.davemasonmusic.com/history",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}