Information about plays

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

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

{
    "id": 3546146,
    "uri": "https://api.kexp.org/v2/plays/3546146/?format=api",
    "airdate": "2025-08-29T04:11:52-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ab6ea2a-239f-4802-a070-c58d599481c7/28300377634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ab6ea2a-239f-4802-a070-c58d599481c7/28300377634-250.jpg",
    "song": "The Old Homestead",
    "track_id": null,
    "recording_id": "f5520059-c360-454b-83cf-1fdd76ede4aa",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Hawks & Doves",
    "release_id": null,
    "release_group_id": "3b3d31fd-3cae-30b4-a827-dc1484c5dcfb",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1980-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil is playing Chateau Ste Michelle on Thursday, September 4!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}