Information about plays

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

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

{
    "id": 3546110,
    "uri": "https://api.kexp.org/v2/plays/3546110/?format=api",
    "airdate": "2025-08-29T02:04:02-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://dn721508.ca.archive.org/0/items/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7-41725390419_thumb500.jpg",
    "thumbnail_uri": "https://ia800704.us.archive.org/22/items/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7/mbid-04767aff-4a84-4bc8-8cd9-3afff4d78bb7-41725390419_thumb250.jpg",
    "song": "Total euphoria",
    "track_id": "dd87512e-9992-43db-922f-7951af845fa3",
    "recording_id": "0cc18cda-98a0-4450-9cf7-23f3a6ceb5ad",
    "artist": "caroline",
    "artist_ids": [
        "d8cde8be-d918-4626-ab9b-4771255a63b2"
    ],
    "album": "caroline 2",
    "release_id": "04767aff-4a84-4bc8-8cd9-3afff4d78bb7",
    "release_group_id": "52089578-57af-48be-8ee8-594db56a91ed",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}