Information about plays

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

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

{
    "id": 3632924,
    "uri": "https://api.kexp.org/v2/plays/3632924/?format=api",
    "airdate": "2026-03-24T01:00:28-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/80c69c2c-686b-4bc1-a396-10ad7b844ec8/2977401163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80c69c2c-686b-4bc1-a396-10ad7b844ec8/2977401163-250.jpg",
    "song": "Chrome Dreams",
    "track_id": null,
    "recording_id": "f22d0c05-2286-4be6-a68c-cab8db150913",
    "artist": "Madlib the Beat Konducta",
    "artist_ids": [
        "ea9078ef-20ca-4506-81ea-2ae5fe3a42e8"
    ],
    "album": "Chrome Children, Volume 2",
    "release_id": null,
    "release_group_id": "2303900e-ca01-38ab-a699-493a228c50da",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2007-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WELCOME TO 6 DEGREES OF MADLIB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}