Information about plays

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

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

{
    "id": 3532245,
    "uri": "https://api.kexp.org/v2/plays/3532245/?format=api",
    "airdate": "2025-07-27T02:46:34-07:00",
    "show": 64126,
    "show_uri": "https://api.kexp.org/v2/shows/64126/?format=api",
    "image_uri": "https://coverartarchive.org/release/5073ba98-868e-43af-aa54-2e2b5b63fa04/7124923543-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5073ba98-868e-43af-aa54-2e2b5b63fa04/7124923543-250.jpg",
    "song": "Over the Mountain",
    "track_id": null,
    "recording_id": "71a83d16-15e6-4656-b9b9-e78ca45587ea",
    "artist": "Ozzy Osbourne",
    "artist_ids": [
        "8aa5b65a-5b3c-4029-92bf-47a544356934"
    ],
    "album": "Diary of a Madman",
    "release_id": null,
    "release_group_id": "5e8dc90d-610e-3d85-8884-a1449d74e6cc",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1981-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}