Information about plays

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

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

{
    "id": 370388,
    "uri": "https://api.kexp.org/v2/plays/370388/?format=api",
    "airdate": "2019-08-21T13:10:01-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/595565db-6bfd-4772-a865-fa91d0259f53/15083751026-250.jpg",
    "thumbnail_uri": "",
    "song": "Calling It Quits",
    "track_id": "e2c6a253-4d45-38a1-bd3d-55b130e6a9b4",
    "recording_id": null,
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Bachelor No. 2, or the Last Remains of the Dodo",
    "release_id": "595565db-6bfd-4772-a865-fa91d0259f53",
    "release_group_id": null,
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2000-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Aimee Mann's live performance in the KEXP studio back in July, 2017. https://www.youtube.com/watch?v=RrWuNUkSzI4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}