Information about plays

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

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

{
    "id": 3551160,
    "uri": "https://api.kexp.org/v2/plays/3551160/?format=api",
    "airdate": "2025-09-10T04:53:56-07:00",
    "show": 64522,
    "show_uri": "https://api.kexp.org/v2/shows/64522/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-8244e6f2-77f6-4a33-9482-4b6ee6cdc84d/mbid-8244e6f2-77f6-4a33-9482-4b6ee6cdc84d-41495747450_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-8244e6f2-77f6-4a33-9482-4b6ee6cdc84d/mbid-8244e6f2-77f6-4a33-9482-4b6ee6cdc84d-41495747450_thumb250.jpg",
    "song": "Paradise",
    "track_id": "eaad9484-81b2-42c1-a194-c9b0fb75b78d",
    "recording_id": "cbc04ef4-086f-4316-a8b5-0d8356e7a969",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Flowers",
    "release_id": "8244e6f2-77f6-4a33-9482-4b6ee6cdc84d",
    "release_group_id": "ef7063f4-5f5c-49ea-a1b8-24a4b5d66351",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}