Information about plays

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

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

{
    "id": 3567787,
    "uri": "https://api.kexp.org/v2/plays/3567787/?format=api",
    "airdate": "2025-10-20T23:08:45-07:00",
    "show": 64891,
    "show_uri": "https://api.kexp.org/v2/shows/64891/?format=api",
    "image_uri": "https://coverartarchive.org/release/73a190e5-f440-4f50-955d-40a82810a1ba/27526707868-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/73a190e5-f440-4f50-955d-40a82810a1ba/27526707868-250.jpg",
    "song": "Struggle With The Beast",
    "track_id": null,
    "recording_id": null,
    "artist": "Anna Von Hausswolff",
    "artist_ids": [],
    "album": "Iconoclasts",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YEAR0001"
    ],
    "label_ids": [
        "f722d3e7-56d1-46a2-a51f-8ca43cc6e26b"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Look for it October 31st! - https://annavonhausswolff.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}