Information about plays

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

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

{
    "id": 3644709,
    "uri": "https://api.kexp.org/v2/plays/3644709/?format=api",
    "airdate": "2026-04-20T23:49:36-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0a1ee1b-a5fb-4e81-aaa2-611de2d8485a/44558719516-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0a1ee1b-a5fb-4e81-aaa2-611de2d8485a/44558719516-250.jpg",
    "song": "Okay Daddy",
    "track_id": null,
    "recording_id": null,
    "artist": "Honey Dijon",
    "artist_ids": [
        "740c6238-3f5d-4e63-8836-826ad6c611ab"
    ],
    "album": "The Nightlife",
    "release_id": null,
    "release_group_id": "b42f4a6e-6d40-4231-8486-67cab89a3e34",
    "labels": [
        "SOS"
    ],
    "label_ids": [
        "dc424ac8-72ef-48e7-a5e3-a4ee3ed18ad4"
    ],
    "release_date": "2026-04-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A little taste of the nightlife from Chicago's Honey Dijon - https://honeydijon.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}