Information about plays

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

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

{
    "id": 3592078,
    "uri": "https://api.kexp.org/v2/plays/3592078/?format=api",
    "airdate": "2025-12-17T00:46:01-08:00",
    "show": 65398,
    "show_uri": "https://api.kexp.org/v2/shows/65398/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Song two",
    "track_id": "a877a6a8-3396-4b82-bf1c-46d269fdae3e",
    "recording_id": "acf1d4c3-8940-4d94-953b-053536267209",
    "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": "Another from my 2nd favorite album of the year! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}