Information about plays

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

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

{
    "id": 3667145,
    "uri": "https://api.kexp.org/v2/plays/3667145/?format=api",
    "airdate": "2026-06-13T01:22:18-07:00",
    "show": 66973,
    "show_uri": "https://api.kexp.org/v2/shows/66973/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ebeb6e8-d020-4701-86d3-c3a37d1d5d2b/45191740572-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ebeb6e8-d020-4701-86d3-c3a37d1d5d2b/45191740572-250.jpg",
    "song": "It's Cold In Here",
    "track_id": null,
    "recording_id": "4abd8d6a-ff3e-48d6-9237-3c1e2059aafe",
    "artist": "Child of Night",
    "artist_ids": [],
    "album": "Conspiracy",
    "release_id": null,
    "release_group_id": "5a2088d8-cee5-4363-8264-a40b4d9c5f09",
    "labels": [
        "Wave Records"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://waverecords.bandcamp.com/album/w195-child-of-night-conspiracy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}