Information about plays

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

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

{
    "id": 3611850,
    "uri": "https://api.kexp.org/v2/plays/3611850/?format=api",
    "airdate": "2026-02-01T10:46:04-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/e6f29387-6763-4f77-96ad-4e2798ba2d9e/40936897245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e6f29387-6763-4f77-96ad-4e2798ba2d9e/40936897245-250.jpg",
    "song": "Buffalo",
    "track_id": null,
    "recording_id": "41cb2dcf-b481-4c89-86cd-ab1d4adce84f",
    "artist": "Tobacco City",
    "artist_ids": [
        "27a5c1c2-b07d-4e47-984c-b68371111cfe"
    ],
    "album": "Horses",
    "release_id": null,
    "release_group_id": "64b9964b-9786-47a2-9489-bd81e07934cc",
    "labels": [
        "Scissor Tail"
    ],
    "label_ids": [
        "3148f8d6-be5b-447d-a920-19b887e1f20f"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago band is playing the Kilowatt, SF on February 4 with Scott Hirsch.\nhttps://tinyurl.com/TobaccoCitySFTickets\n\nhttps://tobaccocity.bandcamp.com/album/horses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}