Information about plays

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

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

{
    "id": 3532243,
    "uri": "https://api.kexp.org/v2/plays/3532243/?format=api",
    "airdate": "2025-07-27T02:36:10-07:00",
    "show": 64126,
    "show_uri": "https://api.kexp.org/v2/shows/64126/?format=api",
    "image_uri": "https://coverartarchive.org/release/5050e4d2-eda4-4d4d-a61b-be2a4d278d90/23579605118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5050e4d2-eda4-4d4d-a61b-be2a4d278d90/23579605118-250.jpg",
    "song": "Hole in the Sky",
    "track_id": null,
    "recording_id": "6f97b6f6-c17d-4757-94b0-5c0e4798e3f7",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Sabotage",
    "release_id": null,
    "release_group_id": "8ef6fc58-d87a-46cf-ab9d-077291784ada",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1975-07-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}