Information about plays

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

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

{
    "id": 366002,
    "uri": "https://api.kexp.org/v2/plays/366002/?format=api",
    "airdate": "2019-08-11T12:54:16-07:00",
    "show": 6105,
    "show_uri": "https://api.kexp.org/v2/shows/6105/?format=api",
    "image_uri": "http://coverartarchive.org/release/39797f43-446d-48a3-b6f0-1e3493c4dd6f/20880865287-250.jpg",
    "thumbnail_uri": "",
    "song": "Underneath the Moon",
    "track_id": "0d85e0f0-3a9d-4806-b46c-443369a157bd",
    "recording_id": null,
    "artist": "Julia Holter",
    "artist_ids": [
        "45610c1f-41a4-44f1-9da6-227510073ffc"
    ],
    "album": "Aviary",
    "release_id": "39797f43-446d-48a3-b6f0-1e3493c4dd6f",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Holter was at KEXP in March to perform selections from her debut album. You can watch the live performance at https://www.youtube.com/watch?v=cy6KJr-49ZY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}