Information about plays

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

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

{
    "id": 370731,
    "uri": "https://api.kexp.org/v2/plays/370731/?format=api",
    "airdate": "2019-08-22T06:12:58-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Out",
    "track_id": "1d373da9-98ba-45de-8494-0fb8e5ecf8c1",
    "recording_id": null,
    "artist": "Evan Flory-Barnes",
    "artist_ids": [
        "c77ff5ca-dcb2-4c26-86de-20cc19fb7ee9"
    ],
    "album": "I'm Out",
    "release_id": "74b526e1-2628-4876-97ad-538ef422014b",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-08",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"I'm Out\" is the debut single from Seattle's own Evan Flory-Barnes! He stated in an interview with Crosscut about his 60's influence: “I love that era. I love the way people talked, the style. I got deeply into Dean Martin early in college after watching [the 1996 Vince Vaughn movie] 'Swingers.' I bought his albums and attempted to imitate that style.” Find his work here: https://evanflory-barnes.bandcamp.com/releases",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}