Information about plays

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

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

{
    "id": 3629000,
    "uri": "https://api.kexp.org/v2/plays/3629000/?format=api",
    "airdate": "2026-03-14T22:02:41-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/53695372-29e1-4f15-bbb9-028d17ba4bfc/12851759441-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53695372-29e1-4f15-bbb9-028d17ba4bfc/12851759441-250.jpg",
    "song": "Sunshine",
    "track_id": null,
    "recording_id": "f90f6e1d-8917-42d7-abf9-7994792173a1",
    "artist": "Samiam",
    "artist_ids": [
        "787aa69f-f419-4e24-8c13-33511a20428d"
    ],
    "album": "Astray",
    "release_id": null,
    "release_group_id": "faedfe88-4fc5-3bf5-a591-d3121aa40846",
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [
        "30204406-1596-4508-81b3-2f27e41c6c14"
    ],
    "release_date": "2000-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samiam will be playing at:\n- The Rickshaw Stop in SF on May 29th\n - The Ritz in San Jose on May 30th\n\nwith The Flatliners\n\nhttps://samiamband.com/home/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}