Information about plays

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

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

{
    "id": 3632287,
    "uri": "https://api.kexp.org/v2/plays/3632287/?format=api",
    "airdate": "2026-03-22T08:33:07-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/4ecd2b9d-63c4-4490-886e-5488654392e1/14408039919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4ecd2b9d-63c4-4490-886e-5488654392e1/14408039919-250.jpg",
    "song": "Pyrrhic",
    "track_id": null,
    "recording_id": "ca940cc9-7fec-479d-8a0a-d21c4bc09349",
    "artist": "Julianna Barwick",
    "artist_ids": [
        "ba49bbe3-188b-44d7-95f3-92ff9939af28"
    ],
    "album": "Nepenthe",
    "release_id": null,
    "release_group_id": "f1215366-671a-409d-9485-754e22ba007f",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2013-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "William Tyler → Julianna Barwick via Alex Somers :: Taken off Julianna Barwick's 2013 album 'Nepenthe' that was produced and engineered by Alex Somers ~ https://juliannabarwick.bandcamp.com/album/nepenthe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}