Information about plays

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

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

{
    "id": 3635652,
    "uri": "https://api.kexp.org/v2/plays/3635652/?format=api",
    "airdate": "2026-03-30T16:43:07-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Edge of Seventeen (The Starkillers Seventeen Lightyears Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Stevie Nicks",
    "artist_ids": [
        "b7f2cca2-72c6-41fb-ae33-53370fc62fe7"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/the-starkiller/stevie-nicks-edge-of-seventeen-the-starkillers-seventeen-lightyears-remix?in=mabel05/sets/90s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}