Information about plays

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

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

{
    "id": 377406,
    "uri": "https://api.kexp.org/v2/plays/377406/?format=api",
    "airdate": "2019-09-06T09:05:31-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/3a0d8c12-e92d-4c3e-bfad-4a85986e6e88/14465556996-250.jpg",
    "thumbnail_uri": "",
    "song": "Stereo",
    "track_id": "a05a3f63-a10a-3889-a24c-5bcc8e27cb99",
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Quarantine the Past: The Best of Pavement",
    "release_id": "3a0d8c12-e92d-4c3e-bfad-4a85986e6e88",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2010-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turn to anyone with even a limited indie-rock background and say, \"What about the voice of Geddy Lee? / How did it get so high / I wonder if he speaks like an ordinary guy.\" The immediate answer will be, \"I know him. And he does.\"  read this NPR \"Songs We Love\" essay about \"Stereo\": https://www.npr.org/templates/story/story.php?storyId=124319843",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}