Information about plays

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

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

{
    "id": 3636220,
    "uri": "https://api.kexp.org/v2/plays/3636220/?format=api",
    "airdate": "2026-04-01T00:38:31-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://coverartarchive.org/release/cff9970c-18b7-4b46-805a-23fe67d34e94/35090614668-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cff9970c-18b7-4b46-805a-23fe67d34e94/35090614668-250.jpg",
    "song": "100% Pure Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Crystal Waters",
    "artist_ids": [
        "8f4c7ad3-c95c-4d62-a554-3416fb5204f4"
    ],
    "album": "100% Pure Love",
    "release_id": null,
    "release_group_id": "65eb567e-5be0-3e26-a65c-af676eafce08",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}