Information about plays

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

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

{
    "id": 3532235,
    "uri": "https://api.kexp.org/v2/plays/3532235/?format=api",
    "airdate": "2025-07-27T01:56:36-07:00",
    "show": 64125,
    "show_uri": "https://api.kexp.org/v2/shows/64125/?format=api",
    "image_uri": "https://coverartarchive.org/release/e320cb0c-dce1-39e9-a528-88a2c6fea317/23422441958-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e320cb0c-dce1-39e9-a528-88a2c6fea317/23422441958-250.jpg",
    "song": "Mr. Crowley",
    "track_id": null,
    "recording_id": "c1edd1ec-0c01-40e3-bf3d-f0950db7ab94",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Blizzard of Ozz",
    "release_id": null,
    "release_group_id": "1c318024-66cc-32f5-8e06-b06dc511b42c",
    "labels": [
        "Jet Records"
    ],
    "label_ids": [
        "ffb28ce2-93d9-41db-8540-09c7625415ed"
    ],
    "release_date": "1980-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Ozzy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}