Information about plays

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

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

{
    "id": 3547117,
    "uri": "https://api.kexp.org/v2/plays/3547117/?format=api",
    "airdate": "2025-08-31T10:03:05-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbfe7b0d-9436-4e33-879d-f43e0bef46d7/39391985603-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbfe7b0d-9436-4e33-879d-f43e0bef46d7/39391985603-250.jpg",
    "song": "Just as You Are",
    "track_id": null,
    "recording_id": "116564ed-d467-4eae-9f87-a9e739d00bf0",
    "artist": "Blaine Todd",
    "artist_ids": [
        "d39fc496-bff2-4969-ab4e-2565cabdc0a0"
    ],
    "album": "Goodbye ’Til I Do Good by You",
    "release_id": null,
    "release_group_id": "18741b8c-ae45-4de5-ab97-1a8f4811b3df",
    "labels": [
        "Perpetual Doom"
    ],
    "label_ids": [
        "42b5e16d-629e-4d06-939e-ba4fc21cc50d"
    ],
    "release_date": "2024-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The San Diego musician’s album was inspired by Willie Nelson’s Red Headed Stranger.\nhttps://highhorse.blog/2024/07/18/the-high-horse-meets-blaine-todd/\n\nhttps://worriedsongs.bandcamp.com/album/goodbye-til-i-do-good-by-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}