Information about plays

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

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

{
    "id": 376875,
    "uri": "https://api.kexp.org/v2/plays/376875/?format=api",
    "airdate": "2019-09-05T05:04:14-07:00",
    "show": 6271,
    "show_uri": "https://api.kexp.org/v2/shows/6271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living Work of Art",
    "track_id": "14ebae6e-d156-44ec-8fad-e11cb3c210f9",
    "recording_id": null,
    "artist": "The Stargazer Lilies",
    "artist_ids": [
        "89322332-de08-4437-a85b-84b8297b3a3e"
    ],
    "album": "Occabot",
    "release_id": "1f591f21-9604-4350-8cd4-595724a07103",
    "release_group_id": null,
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [
        "5b35d2dd-2151-4128-a583-61ac3373550d"
    ],
    "release_date": "2019-11-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New record from Pennsylvania shoegazers The Stargazer Lilies coming November 1st - https://racu36.bandcamp.com/album/occabot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}