Information about plays

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

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

{
    "id": 3632930,
    "uri": "https://api.kexp.org/v2/plays/3632930/?format=api",
    "airdate": "2026-03-24T01:18:51-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/06068802-43e2-3825-b101-d8f89a5f0538/29733703265-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06068802-43e2-3825-b101-d8f89a5f0538/29733703265-250.jpg",
    "song": "Transformer",
    "track_id": null,
    "recording_id": "537d107c-569f-4d8f-a231-4e38d0d60db4",
    "artist": "Gnarls Barkley",
    "artist_ids": [
        "a47c3aa2-7d87-475c-a2c7-1e2047dafb09"
    ],
    "album": "St. Elsewhere",
    "release_id": null,
    "release_group_id": "3c47e22a-82a6-3e49-baf8-70519b6097b7",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samples that last Lee Mason & His Orchestra track",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}