Information about plays

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

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

{
    "id": 3532239,
    "uri": "https://api.kexp.org/v2/plays/3532239/?format=api",
    "airdate": "2025-07-27T02:19:31-07:00",
    "show": 64126,
    "show_uri": "https://api.kexp.org/v2/shows/64126/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a9035d8-3921-4705-84fc-5a2a8d5f87ec/40071250619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a9035d8-3921-4705-84fc-5a2a8d5f87ec/40071250619-250.jpg",
    "song": "The Ultimate Sin",
    "track_id": null,
    "recording_id": "6b627b5e-f71a-47a0-8fd1-02a4aa9b4cde",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "The Ultimate Sin",
    "release_id": null,
    "release_group_id": "d5c885c1-fb56-3945-acaf-eab3ea178e7f",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1986-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}