Information about plays

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

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

{
    "id": 369110,
    "uri": "https://api.kexp.org/v2/plays/369110/?format=api",
    "airdate": "2019-08-18T13:02:00-07:00",
    "show": 6153,
    "show_uri": "https://api.kexp.org/v2/shows/6153/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakthrough",
    "track_id": "6ab8438a-3a04-48f1-9ace-bee9413753a6",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "This Is a Long Drive for Someone With Nothing to Think About",
    "release_id": "2434b1a5-b831-44b5-aae5-2a04433e8c92",
    "release_group_id": null,
    "labels": [
        "Glacial Pace"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Listener request. With The Black Keys and Shannon and the Clams at the Tacoma Dome on Saturday November 23. https://www.modestmouse.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}