Information about plays

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

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

{
    "id": 381133,
    "uri": "https://api.kexp.org/v2/plays/381133/?format=api",
    "airdate": "2019-09-15T08:29:25-07:00",
    "show": 6344,
    "show_uri": "https://api.kexp.org/v2/shows/6344/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living Treasure (feat. Mike Lazarev)",
    "track_id": null,
    "recording_id": null,
    "artist": "James Murray",
    "artist_ids": [],
    "album": "Living Treasure",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Home Normal"
    ],
    "label_ids": [],
    "release_date": "2019-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Atmospheric re-work of James Murray's track \"Living Treasure\" from Mike Lazarev aka Headphone Commute ~ Name-your-price download via Bandcamp: https://homenormal.bandcamp.com/album/living-treasure-feat-mike-lazarev",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}