Information about plays

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

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

{
    "id": 3552789,
    "uri": "https://api.kexp.org/v2/plays/3552789/?format=api",
    "airdate": "2025-09-14T02:19:21-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia801400.us.archive.org/3/items/mbid-2633ec93-b330-4cd6-a183-7729bc0b6783/mbid-2633ec93-b330-4cd6-a183-7729bc0b6783-42462890804_thumb500.jpg",
    "thumbnail_uri": "https://dn721209.ca.archive.org/0/items/mbid-2633ec93-b330-4cd6-a183-7729bc0b6783/mbid-2633ec93-b330-4cd6-a183-7729bc0b6783-42462890804_thumb250.jpg",
    "song": "Pop Punk Anthem (Sorry for the Delay)",
    "track_id": "e1e19fed-ced4-421f-84d2-2999b2791cad",
    "recording_id": "b95250c1-5366-4ed2-b1b4-fd3da15ce777",
    "artist": "Die Spitz",
    "artist_ids": [
        "81cefa59-d9cd-410f-ac11-7b66519a9514"
    ],
    "album": "Something To Consume",
    "release_id": "2633ec93-b330-4cd6-a183-7729bc0b6783",
    "release_group_id": "47e4801b-2e0d-4de4-bbc1-56a55eacec98",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}