Information about plays

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

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

{
    "id": 378745,
    "uri": "https://api.kexp.org/v2/plays/378745/?format=api",
    "airdate": "2019-09-09T13:09:37-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ebd9d42-af5f-4b90-b189-77efe8119e3a/18829038957-250.jpg",
    "thumbnail_uri": "",
    "song": "Midnight, The Stars and You",
    "track_id": "e203b398-daf3-4948-a8a4-23e5bdb4b34c",
    "recording_id": null,
    "artist": "Jim James",
    "artist_ids": [
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Tribute to 2",
    "release_id": "2ebd9d42-af5f-4b90-b189-77efe8119e3a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-12-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jim James covered  Al Bowlly's song Midnight, The Stars and You recorded in 1934",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}