Information about plays

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

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

{
    "id": 3598836,
    "uri": "https://api.kexp.org/v2/plays/3598836/?format=api",
    "airdate": "2026-01-01T13:34:00-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How Lucky",
    "track_id": "7fc5d749-fab4-43da-86f4-49b07e437ed4",
    "recording_id": "45bf0e16-cb64-4ac6-916e-87b7c2a72b71",
    "artist": "Kurt Vile feat. John Prine",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2",
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "Speed, Sound, Lonely KV",
    "release_id": "d9350123-6974-433b-9b2f-ef2a2cdafe20",
    "release_group_id": "0e851efe-d13d-4a6c-af3d-9a0d32687406",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2020-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Prine wrote this wonderful song for his 1979 album \"Pink Cadillac.\"\n--\nHis admirer Kurt Vile was able to record this duet with Prine before the latter's death from COVID in April, 2020.: https://cigarjukebox.com/2020/10/14/kurt-vile-ft-john-prine-on-how-lucky-one-final-track-from-the-master/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}