Information about plays

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

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

{
    "id": 354842,
    "uri": "https://api.kexp.org/v2/plays/354842/?format=api",
    "airdate": "2019-07-15T22:44:09-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/c8bfe5fe-8bc0-43da-8d19-8f37c1acbb15/14998813043-250.jpg",
    "thumbnail_uri": "",
    "song": "Freak Scene",
    "track_id": "5a64dccb-969b-3cf1-9eb4-bf3dc17b677c",
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Ear Bleeding Country: The Best of Dinosaur Jr.",
    "release_id": "c8bfe5fe-8bc0-43da-8d19-8f37c1acbb15",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}