Information about plays

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

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

{
    "id": 382135,
    "uri": "https://api.kexp.org/v2/plays/382135/?format=api",
    "airdate": "2019-09-17T19:51:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pozdravko Kolo",
    "track_id": null,
    "recording_id": null,
    "artist": "Amy Denio",
    "artist_ids": [
        "3d65d720-57fa-4c76-b00f-dca4abd7ca19"
    ],
    "album": "Eureka",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spoot Music"
    ],
    "label_ids": [],
    "release_date": "2019-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy Denio is based in Seattle. She is a multi-instrumental composer, as well as an avant-garde / experimental songwriter and music improviser. See her LIVE October 11/12  in Truth Is Up For Grabs at The Chapel Performance Space at the Good Shepherd Center",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}