Information about plays

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

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

{
    "id": 372976,
    "uri": "https://api.kexp.org/v2/plays/372976/?format=api",
    "airdate": "2019-08-27T12:16:11-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/ef780572-2aac-4767-b13a-c0f466aa2fc0/22829647227-250.jpg",
    "thumbnail_uri": "",
    "song": "Juice",
    "track_id": "db833f6e-f1fb-48f2-a969-07c623d822f8",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Cuz I Love You",
    "release_id": "ef780572-2aac-4767-b13a-c0f466aa2fc0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elizabeth may want to drive over to the Bumbershoot Music and Arts Festival this weekend to hear Lizzo sing \"Juice.\"  she'll be on the main stage on Friday, August 30th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}