Information about plays

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

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

{
    "id": 356970,
    "uri": "https://api.kexp.org/v2/plays/356970/?format=api",
    "airdate": "2019-07-20T19:38:47-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life Is but a Dream",
    "track_id": "8d79e0ec-3f34-41fd-94fc-4df286222ff9",
    "recording_id": null,
    "artist": "Genders",
    "artist_ids": [
        "abcb747d-9e8f-46f3-aef0-401af88653c1"
    ],
    "album": "Phone Home",
    "release_id": "79cd4c74-c54a-4e1f-9ef3-51f0d9ad54d0",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Portland band's latest EP is a fine set of psych-tinged dream-pop combining a reverb drenched sound with alternating male/female vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}