Information about plays

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

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

{
    "id": 3632652,
    "uri": "https://api.kexp.org/v2/plays/3632652/?format=api",
    "airdate": "2026-03-23T07:14:52-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-86603bdb-4dcf-45be-bb55-9e6aa3b46b31/mbid-86603bdb-4dcf-45be-bb55-9e6aa3b46b31-22054572636_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-86603bdb-4dcf-45be-bb55-9e6aa3b46b31/mbid-86603bdb-4dcf-45be-bb55-9e6aa3b46b31-22054572636_thumb250.jpg",
    "song": "Where Is My Mind?",
    "track_id": "d1e91371-f25b-4d8b-ac70-6c4ba1de3fcd",
    "recording_id": "3e975589-0955-4eb8-b223-265a341f9a4b",
    "artist": "Nada Surf",
    "artist_ids": [
        "b9a2a9a6-7a40-48a6-bcb1-8eff5b89ad5b"
    ],
    "album": "Where Is My Mind?",
    "release_id": "86603bdb-4dcf-45be-bb55-9e6aa3b46b31",
    "release_group_id": "4addc308-7305-40f0-88df-accbf4d12acd",
    "labels": [
        "Mardev"
    ],
    "label_ids": [
        "208e182e-00bb-43b7-beaf-7150b948622c"
    ],
    "release_date": "2016-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Nada Surf covering the Pixies, from the 1999 Pixies tribute album Where Is My Mind?: A Tribute to the Pixies. The tribute album also features Weezer, Reel Big Fish, The Get Up Kids, and more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}