Information about plays

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

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

{
    "id": 3637492,
    "uri": "https://api.kexp.org/v2/plays/3637492/?format=api",
    "airdate": "2026-04-04T00:18:20-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/4917c18d-834b-4f4c-ad29-914117960025/40867198161-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4917c18d-834b-4f4c-ad29-914117960025/40867198161-250.jpg",
    "song": "Chiefs",
    "track_id": null,
    "recording_id": "3f43d394-fc83-4578-9276-1960e46ae8b3",
    "artist": "Cavalier feat. Quelle Chris",
    "artist_ids": [
        "409272f0-5474-4f8c-8229-8b00cd7a72c8",
        "b2f60e78-7dca-4cb3-bc55-c62580be8010"
    ],
    "album": "Chief",
    "release_id": null,
    "release_group_id": "bceb1df6-5ccf-4d5a-bc6a-bc9ad86d6913",
    "labels": [
        "SavCav Music"
    ],
    "label_ids": [
        "2e199b3d-f3b1-482e-8fe5-67638091902d"
    ],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}