Information about plays

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

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

{
    "id": 3585314,
    "uri": "https://api.kexp.org/v2/plays/3585314/?format=api",
    "airdate": "2025-12-01T06:18:27-08:00",
    "show": 65260,
    "show_uri": "https://api.kexp.org/v2/shows/65260/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All the Young Dudes",
    "track_id": "e37f2b21-9219-393b-b173-6039652e5e57",
    "recording_id": "59efbd7c-f36c-4cc9-8956-bfa065261fe0",
    "artist": "Mott the Hoople",
    "artist_ids": [
        "435f1441-0f43-479d-92db-a506449a686b"
    ],
    "album": "All the Young Dudes",
    "release_id": "ea5b2f20-2eea-44db-8c59-d6ffd049c8e5",
    "release_group_id": "cc5e8db8-684b-3adf-a519-55b0818391ac",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1972-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written and produced by David Bowie (who was a fan of Mott the Hoople), this track would not only lead Mott the Hoople to continued success but would also help sustain the band who were in the process of calling it quits when Bowie approached them with this song.\n\nhttps://www.allmusic.com/artist/mott-the-hoople-mn0000596126",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}