Information about plays

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

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

{
    "id": 376086,
    "uri": "https://api.kexp.org/v2/plays/376086/?format=api",
    "airdate": "2019-09-03T16:15:58-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/9259cb58-e233-4162-acb1-e739ff102568/1487674182-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wanna Be Your Dog",
    "track_id": "b4401715-f0c3-391b-9d4f-93c49f3f96ff",
    "recording_id": null,
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "The Stooges",
    "release_id": "9259cb58-e233-4162-acb1-e739ff102568",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Win tickets to see the Huskies v. UC Berkeley this weekend! Text now - 206.903.5387",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}