Information about plays

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

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

{
    "id": 355103,
    "uri": "https://api.kexp.org/v2/plays/355103/?format=api",
    "airdate": "2019-07-16T13:26:00-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Six AM",
    "track_id": "095ef4d7-a4b5-4c5d-8cf8-f83c29c54097",
    "recording_id": null,
    "artist": "Mux Mool",
    "artist_ids": [
        "c869df2b-630e-46c2-8472-f8559f35d674"
    ],
    "album": "Implied Lines",
    "release_id": "0fb97168-1f82-4d22-8c0e-b7309c371f0e",
    "release_group_id": null,
    "labels": [
        "Young Heavy Souls"
    ],
    "label_ids": [],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a review of Mux Mool's (Denver-based producer Brian Lindgren) \"Implied Lines\":  https://www.cyclicdefrost.com/2017/07/mux-mool-implied-lines-young-heavy-souls/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}