Information about plays

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

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

{
    "id": 3413744,
    "uri": "https://api.kexp.org/v2/plays/3413744/?format=api",
    "airdate": "2024-10-17T05:01:23-07:00",
    "show": 61597,
    "show_uri": "https://api.kexp.org/v2/shows/61597/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Computer World",
    "track_id": "24115605-795c-354b-aa52-81304f445d7d",
    "recording_id": "5f2250d5-83c2-4596-b7fb-59f8072b8de5",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Computer World",
    "release_id": "0c436276-684a-3415-a70b-993a5cf7e280",
    "release_group_id": "2e58b620-cf80-3b07-a5bc-edabd69ba285",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, it's Early!\n\nKraftwerk released their final album Computer World in 1981. \n\n\"The last great Kraftwerk album, Computer World captured the band right at the moment when its pioneering approach fully broke through in popular music, thanks to the rise of synth pop, hip-hop, and electro. As Arthur Baker sampled \"Trans-Europe Express\" for \"Planet Rock\" and disciples like Depeche Mode, OMD, and Gary Numan scored major hits, Computer World demonstrated that the old masters still had some last tricks up their collective sleeves.\" \n\nhttps://www.allmusic.com/album/computer-world-mw0000199024",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}