Information about plays

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

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

{
    "id": 356484,
    "uri": "https://api.kexp.org/v2/plays/356484/?format=api",
    "airdate": "2019-07-19T14:05:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freelance",
    "track_id": "4b5d3b47-fe63-44df-b0b8-4c6f560b4f60",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Outer Peace",
    "release_id": "52515c6b-125e-4599-b5ba-5dae96e5b36f",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you've ever noticed a strong visual element in Toro y Moi's work, you're not mistaken: he's a graphic designer by education and trade: \"Graphic design is actually very prevalent in my everyday work schedule. I’m starting to do a bit more design stuff with a small crew of designers here in the Bay [Area]. Just some small projects like posters and stuff. But I’m definitely still looking to pursue graphic design more extensively in the future though.\"  https://bit.ly/30CiLgC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}