Information about plays

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

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

{
    "id": 372541,
    "uri": "https://api.kexp.org/v2/plays/372541/?format=api",
    "airdate": "2019-08-26T11:53:21-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Houses",
    "track_id": "73ffde4d-189b-4d05-80b5-21a3a97b60c7",
    "recording_id": null,
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Charity / Houses",
    "release_id": "2d155edb-2da6-4d78-871d-6c4bf560d67b",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2018-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Courtney Barnett's cover of  Elyse Weinberg’s “Houses.” Barnett said of Weinberg and the song. “There’s this story that Neil Young is playing that great Neil Young sounding guitar line. But I looked on the vinyl and there’s no credits to him… So I like to imagine that they were next door in the studio when they bumped into each other for a cup of tea in the kitchen and then next minute: guitar line.”:  https://bit.ly/33ZMcfb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}