Information about plays

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

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

{
    "id": 3420624,
    "uri": "https://api.kexp.org/v2/plays/3420624/?format=api",
    "airdate": "2024-11-02T21:21:25-07:00",
    "show": 61748,
    "show_uri": "https://api.kexp.org/v2/shows/61748/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac3b4061-af58-4e9d-bdca-7dd867005ba6/5213193388-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac3b4061-af58-4e9d-bdca-7dd867005ba6/5213193388-250.jpg",
    "song": "November’s Fire",
    "track_id": null,
    "recording_id": "fb36e3d9-6a38-4577-bffc-5169d8610b79",
    "artist": "Samhain",
    "artist_ids": [
        "7991397c-2baf-49f3-8d73-c78e428825f8"
    ],
    "album": "Samhain III: November-Coming-Fire",
    "release_id": null,
    "release_group_id": "89ae7284-41ea-30d0-9722-44636728ffa6",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1986-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "November-Coming-Fire was Samhain's last album before Danzig signed the group to Def American Recordings and changed the band name to Danzig. This album contains a re-recorded version of \"Halloween II\" by Glenn Danzig's previous band, the Misfits.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}