Information about plays

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

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

{
    "id": 3581724,
    "uri": "https://api.kexp.org/v2/plays/3581724/?format=api",
    "airdate": "2025-11-23T01:28:49-08:00",
    "show": 65185,
    "show_uri": "https://api.kexp.org/v2/shows/65185/?format=api",
    "image_uri": "https://coverartarchive.org/release/79d0d81c-f124-4a80-b4e3-9e251e40f07f/33243546839-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79d0d81c-f124-4a80-b4e3-9e251e40f07f/33243546839-250.jpg",
    "song": "Maniac",
    "track_id": null,
    "recording_id": "04011e46-e58d-4111-868f-16d3dd8ba050",
    "artist": "Fugitive",
    "artist_ids": [
        "68394ab3-1969-4e8c-acc7-2c7fac30fbd1"
    ],
    "album": "Maniac",
    "release_id": null,
    "release_group_id": "0b4be855-0896-4fa9-a02d-3b8896c4e658",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2022-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Jeff in Folsom, CA\n\nMade both Mac and Tanner's Top 10 of 2022 even though it is an EP.  We can't wait for Fugitive to come out with more music!\n\nFeaturing members of Creeping Death, Power Trip, and Skourge.\n\nhttps://fugitivetx.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}