Information about plays

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

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

{
    "id": 3416124,
    "uri": "https://api.kexp.org/v2/plays/3416124/?format=api",
    "airdate": "2024-10-23T01:47:38-07:00",
    "show": 61649,
    "show_uri": "https://api.kexp.org/v2/shows/61649/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloudbusting",
    "track_id": "4068e597-addb-3ddd-bd54-275e428c9093",
    "recording_id": "ccf0855e-e0a9-4607-99c8-003c7ec55980",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "be5acbd2-08a4-3d19-aeb1-64186626cb8a",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you've ever wanted to own this classic album on vinyl, you can still grab a remastered version right here - https://www.katebush.com/hounds-of-love/\n--\nHounds of Love is the fifth studio album by English musician Kate Bush, released on September 16th 1985 by EMI Records. It was a commercial success and marked a return to the public eye for Bush after the relatively low sales of her previous album, 1982's The Dreaming. The album's lead single, \"Running Up That Hill (A Deal with God)\", became one of Bush's biggest hits, giving Bush her second UK number-one single in June 2022.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}