Information about plays

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

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

{
    "id": 3608021,
    "uri": "https://api.kexp.org/v2/plays/3608021/?format=api",
    "airdate": "2026-01-23T10:40:16-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's a Curse",
    "track_id": "6a43a019-df59-3426-99a1-1f0c93890c8d",
    "recording_id": "37893e37-80c4-4bbe-96b0-73a8163dc70a",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "03f7f036-31b2-34a2-96cc-7e33f2c55ccf",
    "release_group_id": "d147f6f8-1ca1-3df0-acd9-3c81808f2822",
    "labels": [
        "Outside Music"
    ],
    "label_ids": [
        "0ada74b4-2436-4b3b-82b8-480067ab8c82"
    ],
    "release_date": "2005-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For KEXP's local music column, Throwaway Style, Martin Douglas reflected on the impact of Wolf Parade's Apologies to the Queen Mary 17 years after its release. Read here: https://www.kexp.org/read/2022/7/7/throwaway-style-wolf-parade-apologies-queen-mary-retrospective-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}