Information about plays

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

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

{
    "id": 3617836,
    "uri": "https://api.kexp.org/v2/plays/3617836/?format=api",
    "airdate": "2026-02-15T11:45:22-08:00",
    "show": 65940,
    "show_uri": "https://api.kexp.org/v2/shows/65940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slip Away",
    "track_id": null,
    "recording_id": "e851d800-f8a2-4a6f-ac67-bd4b9894fcf7",
    "artist": "O.B. McClinton",
    "artist_ids": [
        "606c5e76-e02c-4b8d-8e6b-12384baa2c99"
    ],
    "album": "Stax Single Volume 4: Rarities & The Best of the Rest",
    "release_id": null,
    "release_group_id": "73efa166-d9b4-4983-a0d9-97a44bb5433e",
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2018-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}