Information about plays

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

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

{
    "id": 3611118,
    "uri": "https://api.kexp.org/v2/plays/3611118/?format=api",
    "airdate": "2026-01-30T17:37:28-08:00",
    "show": 65795,
    "show_uri": "https://api.kexp.org/v2/shows/65795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Three Years Ago Today",
    "track_id": null,
    "recording_id": "ecf7ef49-8591-46b4-95de-40e164122a5a",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "1993 Rawk Atlas Promotional Sampler",
    "release_id": null,
    "release_group_id": "e7314369-0472-41c2-9ba9-635ef2bc0f20",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "watch them perform this live on kexp in 2022!! https://www.youtube.com/watch?v=iOBEGA-BCgw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}