Information about plays

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

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

{
    "id": 3580514,
    "uri": "https://api.kexp.org/v2/plays/3580514/?format=api",
    "airdate": "2025-11-20T04:36:29-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/abf86b2b-6a77-4e68-87e2-56a824f5a608/9545027468-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/abf86b2b-6a77-4e68-87e2-56a824f5a608/9545027468-250.jpg",
    "song": "Fetch/Catch",
    "track_id": null,
    "recording_id": "f7b8d8fd-f3ac-4ffe-9854-8b4210fceb17",
    "artist": "THEESatisfaction feat. Taylor Brown",
    "artist_ids": [
        "918c2998-512f-4e6c-95ec-0f833c4b7e22",
        "5b2ca6ee-b956-4ded-beb2-3928519766a7"
    ],
    "album": "EarthEE",
    "release_id": null,
    "release_group_id": "db437276-6ad3-45ac-9b62-6df65b319530",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-02-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "THEESatisfaction sampled Bernard Wright's 1981 \"Spinnin' again!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}