Information about plays

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

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

{
    "id": 3636043,
    "uri": "https://api.kexp.org/v2/plays/3636043/?format=api",
    "airdate": "2026-03-31T14:28:12-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://coverartarchive.org/release/e939d44b-57e7-438f-8b14-55e9543e5cfe/21328796574-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e939d44b-57e7-438f-8b14-55e9543e5cfe/21328796574-250.jpg",
    "song": "Trans Love Vibration (Eris Goes to Church)",
    "track_id": null,
    "recording_id": "d3988608-f940-4107-91d0-21eed9cbe062",
    "artist": "Eris Drew",
    "artist_ids": [
        "8cd2d139-7257-4d8c-9247-621bfb742e6e"
    ],
    "album": "Devotion EP",
    "release_id": null,
    "release_group_id": "b3cfb59f-d9a9-4a68-b96e-f3fde221bdaa",
    "labels": [
        "naive"
    ],
    "label_ids": [
        "5b587f57-fc47-4fff-a0ad-106e94edaa51"
    ],
    "release_date": "2018-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eris Drew is a producer, DJ. and trans artist from Chicago.: https://ra.co/dj/erisdrew/biography\n--\nHere's a great interview with Eris Drew and her collaborator and partner Octo Octa: https://bit.ly/3u7kqtt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}