Information about plays

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

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

{
    "id": 370112,
    "uri": "https://api.kexp.org/v2/plays/370112/?format=api",
    "airdate": "2019-08-20T22:19:50-07:00",
    "show": 6169,
    "show_uri": "https://api.kexp.org/v2/shows/6169/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World's Fair",
    "track_id": "459644cc-82be-45c1-856f-ca413666b5d9",
    "recording_id": null,
    "artist": "Medejin",
    "artist_ids": [
        "dd56519f-0db0-4893-9663-17bb1092b37d"
    ],
    "album": "World's Fair",
    "release_id": "8c70c2bb-d5e6-4765-9e61-d34c1924b38d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Read all about this great new single from Medejin here: https://www.kexp.org/read/2019/8/14/medejin-balances-darkness-and-light-worlds-fair-kexp-premiere/\nThey're opening for Versus Thursday, August 29 at Hotel Albatross and playing Greenwood Music Crawl on Sunday, September 1 and Look Up Fest at the Substation on Saturday, September 7.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}