Information about plays

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

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

{
    "id": 3594242,
    "uri": "https://api.kexp.org/v2/plays/3594242/?format=api",
    "airdate": "2025-12-21T23:26:38-08:00",
    "show": 65442,
    "show_uri": "https://api.kexp.org/v2/shows/65442/?format=api",
    "image_uri": "https://coverartarchive.org/release/ffc621f0-0b18-4842-90a6-84b081737fd2/41385172918-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ffc621f0-0b18-4842-90a6-84b081737fd2/41385172918-250.jpg",
    "song": "Feel Right",
    "track_id": null,
    "recording_id": "38cd20e4-a22f-4002-b6e8-f9f253c38562",
    "artist": "Xeonz",
    "artist_ids": [
        "c1bfc8e6-dce5-42e3-9c1f-044f4b6522aa"
    ],
    "album": "New Eden",
    "release_id": null,
    "release_group_id": "593991fc-91dc-47a6-af22-46d555110860",
    "labels": [
        "The North Quarter"
    ],
    "label_ids": [
        "70086ebd-11a7-449f-9128-4c760f5a896e"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://xeonz.bandcamp.com/album/new-eden",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}