Information about plays

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

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

{
    "id": 3617797,
    "uri": "https://api.kexp.org/v2/plays/3617797/?format=api",
    "airdate": "2026-02-15T10:03:22-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tomorrow",
    "track_id": null,
    "recording_id": "ede15f6c-7268-44f0-9977-7a96b34a7188",
    "artist": "The Rubaiyats",
    "artist_ids": [
        "d48c266e-61c4-4b5d-a226-9c323c99aa5c"
    ],
    "album": "Get Low Down! The Soul of New Orleans ’65–’67",
    "release_id": null,
    "release_group_id": "45f65c9f-4472-3591-a07a-099fcaa0e7d9",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "2001-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}