Information about plays

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

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

{
    "id": 3572752,
    "uri": "https://api.kexp.org/v2/plays/3572752/?format=api",
    "airdate": "2025-11-01T19:54:20-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "https://coverartarchive.org/release/87263b99-c28b-4b9d-b0f2-6f11daf98b88/34590310916-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87263b99-c28b-4b9d-b0f2-6f11daf98b88/34590310916-250.jpg",
    "song": "Witching Hour",
    "track_id": null,
    "recording_id": "70e54eef-c05d-471b-82d8-2c3c24827845",
    "artist": "Spirit Award",
    "artist_ids": [
        "72042f4e-7652-4bf4-8846-d4981b760f67"
    ],
    "album": "Muted Crowd",
    "release_id": null,
    "release_group_id": "a661c41e-2b86-4de4-bbb6-b24330094a04",
    "labels": [
        "Union Zero"
    ],
    "label_ids": [
        "3477751f-eb76-4196-bbce-9bcd3305a3b6"
    ],
    "release_date": "2018-10-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Spirit Award is the moniker for Seattle-based singer/songwriter Daniel Lyon, along with bassist and collaborator Chris Jordan (Sunny Day Real Estate).: https://bloodmakesnoise.net/blogs/reviews/posts/7154998/meet-seattle-indie-band-spirit-award\n\nWatch a live performance by Spirit Award in the KEXP studio in May, 2023: https://www.youtube.com/watch?v=5X9vPyhGBEc",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}