Information about plays

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

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

{
    "id": 3419074,
    "uri": "https://api.kexp.org/v2/plays/3419074/?format=api",
    "airdate": "2024-10-30T01:06:05-07:00",
    "show": 61713,
    "show_uri": "https://api.kexp.org/v2/shows/61713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Saint's Day (extended)",
    "track_id": null,
    "recording_id": "c7d85560-1d55-43de-a380-818818f6df99",
    "artist": "Severed Heads",
    "artist_ids": [
        "4976edcf-58c3-49b6-b6f1-2d8277e60d26"
    ],
    "album": "All Saint's Day",
    "release_id": null,
    "release_group_id": "7dc85602-b899-34fa-bfa5-0d7bfeafb185",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Severed Heads were an Australian electronic music group founded in 1979 as Mr and Mrs No Smoking Sign. The original members were Richard Fielding and Andrew Wright, who were soon joined by Tom Ellard. Fielding and Wright had both left the band by mid-1981 with Ellard remaining the sole consistent member for the rest of the band's existence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}