Information about plays

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

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

{
    "id": 376370,
    "uri": "https://api.kexp.org/v2/plays/376370/?format=api",
    "airdate": "2019-09-04T03:36:17-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ann's Jam",
    "track_id": "613de1d5-c90d-417d-974d-3ed670e66349",
    "recording_id": null,
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "Chastity Belt",
    "release_id": "dccda9e7-8ca5-4b67-88cb-21a7bdf7669c",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chastity Belt’s guitarist Lydia Lund said that the new album grew out of the band’s short musical hiatus back in 2018: “So much of the break was reminding ourselves to stay present, and giving ourselves permission to stop without saying when were gonna meet up again. It was so important to have that—not saying, ‘we’re gonna get back together at this point,’ but really just open it up so we could get back to our present connection.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}