Information about plays

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

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

{
    "id": 3413292,
    "uri": "https://api.kexp.org/v2/plays/3413292/?format=api",
    "airdate": "2024-10-16T07:11:44-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aren’t We One?",
    "track_id": "26a42b3e-8868-4a37-9c99-ac5294bb901d",
    "recording_id": "0081fad3-b312-481c-9784-522b0b015ce2",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Aren’t We One?",
    "release_id": "47e192cc-dc82-4db1-9f75-1827b31c5f7b",
    "release_group_id": "0fc633cd-6d8d-4509-9b95-fb25c9253314",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2024-09-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from American rock-and-roll five-piece. In \"Aren’t We One?,” My Morning Jacket offer's a plea for unity. The song was co-written by the band’s Jim James and Bo Koster in tandem with Manchester Orchestra frontman Andy Hull. It was produced by Brendan O’Brien.\nhttps://mmorningjacket.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}