Information about plays

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

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

{
    "id": 354432,
    "uri": "https://api.kexp.org/v2/plays/354432/?format=api",
    "airdate": "2019-07-14T21:10:00-07:00",
    "show": 5909,
    "show_uri": "https://api.kexp.org/v2/shows/5909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mainstream",
    "track_id": null,
    "recording_id": null,
    "artist": "14KT",
    "artist_ids": [
        "4cc6187d-ea7c-4b60-adfa-7cbe83d468b4"
    ],
    "album": "For My Sanity",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "First Word Records"
    ],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest album (and debut for UK label First Word) from Ypsilanti, Michigan's\nKendall Tucker (aka 14KT) is a fantastic blend of jazz, hip-hop, and other soulful\nstyles that finds the veteran hip-hop beat maker, former Red Bull Big Tune National\nBeat Battle Champion, and J Dilla disciple leaning into his love of jazz.  https://14kt.bandcamp.com/track/mainstream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}