Information about plays

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

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

{
    "id": 3641723,
    "uri": "https://api.kexp.org/v2/plays/3641723/?format=api",
    "airdate": "2026-04-13T22:41:55-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/150ded7d-0c67-49f6-8e11-d9610c101c22/44081175959-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/150ded7d-0c67-49f6-8e11-d9610c101c22/44081175959-250.jpg",
    "song": "Alma",
    "track_id": null,
    "recording_id": "41453c7d-2af2-41bd-9c11-6c333d827d2c",
    "artist": "Deary",
    "artist_ids": [],
    "album": "Birding",
    "release_id": null,
    "release_group_id": "849bac04-a22c-4647-b086-59b64096bca3",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut full-length from the London dream pop trio - https://deary.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}