Information about plays

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

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

{
    "id": 3669336,
    "uri": "https://api.kexp.org/v2/plays/3669336/?format=api",
    "airdate": "2026-06-18T02:40:40-07:00",
    "show": 67017,
    "show_uri": "https://api.kexp.org/v2/shows/67017/?format=api",
    "image_uri": "https://coverartarchive.org/release/50b2d5ce-a71d-43ca-9a79-06ad65584653/6512700870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/50b2d5ce-a71d-43ca-9a79-06ad65584653/6512700870-250.jpg",
    "song": "Gotta Serve Somebody",
    "track_id": null,
    "recording_id": "45437ba5-dc05-40e8-b6f8-d1b515382798",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Slow Train Coming",
    "release_id": null,
    "release_group_id": "84b2989d-4364-3882-9570-30d4a048c487",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1979-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}