Information about plays

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

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

{
    "id": 379412,
    "uri": "https://api.kexp.org/v2/plays/379412/?format=api",
    "airdate": "2019-09-11T04:28:36-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flames",
    "track_id": "67144e66-6826-4c7b-80c6-c83bdb86927c",
    "recording_id": null,
    "artist": "Chastity",
    "artist_ids": [
        "a57592dd-6be0-477f-b69f-67229e7d42fb"
    ],
    "album": "Home Made Satan",
    "release_id": "f3d3beae-0484-49d9-afa2-00ce46f46410",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official music video for \"Flames\", from 'Home Made Satan', out September 13th, 2019. https://www.youtube.com/watch?v=L0fU9sHycvs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}