Information about plays

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

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

{
    "id": 3635659,
    "uri": "https://api.kexp.org/v2/plays/3635659/?format=api",
    "airdate": "2026-03-30T17:14:38-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Elsewhere (feat. Meshell Ndegeocello and Georgia Anne Muldrow)",
    "track_id": null,
    "recording_id": null,
    "artist": "aja monet",
    "artist_ids": [],
    "album": "the color of rain",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2026-05-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Single off the forthcoming album the color of rain.\n\nLive instrumentation anchors the record but it’s spirit surfaces in pre- and post- production with warped sonics, wayward voltas, and delicate investigations.\nhttps://ajamonet.bandcamp.com/album/the-color-of-rain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}