Information about plays

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

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

{
    "id": 377397,
    "uri": "https://api.kexp.org/v2/plays/377397/?format=api",
    "airdate": "2019-09-06T08:33:11-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/8974a476-b661-3f6b-ba0f-e9dbeff9fab2/21081104023-250.jpg",
    "thumbnail_uri": "",
    "song": "High",
    "track_id": "a2dca7bb-0b7f-3900-a659-1d891d7e5672",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "High",
    "release_id": "8974a476-b661-3f6b-ba0f-e9dbeff9fab2",
    "release_group_id": null,
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Robert Smith's hilarious interview upon The Cure's induction into the Rock Hall of Fame: https://wxrt.radio.com/the-cure-rock-hall-of-fame-interview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}