Information about plays

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

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

{
    "id": 349621,
    "uri": "https://api.kexp.org/v2/plays/349621/?format=api",
    "airdate": "2019-07-03T15:17:49-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/ca69bae7-9191-3bca-ba91-c65bd968b4fc/16443086809-250.jpg",
    "thumbnail_uri": "",
    "song": "Love Buzz",
    "track_id": "e874b79e-3424-3a11-9fe0-e75a643e06da",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Bleach",
    "release_id": "ca69bae7-9191-3bca-ba91-c65bd968b4fc",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released as a 7\" single with \"Big Cheese\" on the b-side in November of 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}