Information about plays

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

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

{
    "id": 379467,
    "uri": "https://api.kexp.org/v2/plays/379467/?format=api",
    "airdate": "2019-09-11T07:55:03-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009/10508267653-250.jpg",
    "thumbnail_uri": "",
    "song": "Styrofoam Plates",
    "track_id": "ed2c8c9d-36fb-3aa4-a434-d082e079de8f",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Photo Album",
    "release_id": "63eb1ef5-f7d0-38e5-8baa-73c6bd0b0009",
    "release_group_id": null,
    "labels": [
        "Fierce Panda Records"
    ],
    "label_ids": [
        "ddc72240-faa5-4e81-a381-6cb4e3335d81"
    ],
    "release_date": "2002-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "“Styrofoam Plates” remains Death Cab’s angriest, most cutting song—only it wasn’t personal. The story isn’t about Ben Gibbard’s father, but a friend whose experiences he chronicled in the song. - https://bit.ly/2lHiB8B",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}