Information about plays

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

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

{
    "id": 3604090,
    "uri": "https://api.kexp.org/v2/plays/3604090/?format=api",
    "airdate": "2026-01-14T02:14:44-08:00",
    "show": 65645,
    "show_uri": "https://api.kexp.org/v2/shows/65645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Broken",
    "track_id": "608bed04-3ff7-42d9-ac8b-ecb3b9a42f8d",
    "recording_id": "53065d30-bdf5-4a26-8b36-f73d1aabeb2b",
    "artist": "Alan Sparhawk & Trampled by Turtles",
    "artist_ids": [
        "36aa434c-6823-44b7-b5a6-53bde476c642",
        "c6a5a49b-9885-42e6-9fb5-ccaaec05f753"
    ],
    "album": "Alan Sparhawk with Trampled by Turtles",
    "release_id": "2d02593a-b20b-4fbd-9ef6-ff4ca224ad06",
    "release_group_id": "cbbdd0c5-10aa-429a-b3ed-621f2cf49c04",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://alansparhawk.bandcamp.com/album/with-trampled-by-turtles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}