Information about plays

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

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

{
    "id": 380774,
    "uri": "https://api.kexp.org/v2/plays/380774/?format=api",
    "airdate": "2019-09-14T11:39:13-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen Majesty",
    "track_id": null,
    "recording_id": null,
    "artist": "The Uniques",
    "artist_ids": [
        "d98293a9-c5b1-4aea-851e-8b479fd4de45"
    ],
    "album": "Bunny Lee ‎– Dreads Enter The Gates With Praise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [],
    "release_date": "2019-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soul Jazz Records Presents Bunny Lee: Dreads Enter The Gates With Praise\nThe Mighty Striker Shoots The Hits!\nFeaturing Johnny Clarke, King Tubby, Dillinger, Prince Jazzbo, Tommy McCook, The legendary Aggrovators, The Mighty Diamonds & many more https://open.spotify.com/album/3hSFyGH8pyPvFgm30Pr573",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}