Information about plays

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

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

{
    "id": 380164,
    "uri": "https://api.kexp.org/v2/plays/380164/?format=api",
    "airdate": "2019-09-12T22:16:03-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "http://coverartarchive.org/release/6886eb5b-17fb-3516-b88f-3fba641d6ffc/2044237924-250.jpg",
    "thumbnail_uri": "",
    "song": "Our Hearts Are Wrong",
    "track_id": "eb00453a-e6dd-3a2a-a5d8-d37bf40c1982",
    "recording_id": null,
    "artist": "Jessica Lea Mayfield",
    "artist_ids": [
        "c30774c8-0bfe-490c-9619-1999908b0fe7"
    ],
    "album": "Tell Me",
    "release_id": "6886eb5b-17fb-3516-b88f-3fba641d6ffc",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2011-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jessica Lee Mayfield performing live in the KEXP studio. Recorded February 2, 2018 https://www.youtube.com/watch?v=2DZ3BHgFLaM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}