Information about plays

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

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

{
    "id": 352689,
    "uri": "https://api.kexp.org/v2/plays/352689/?format=api",
    "airdate": "2019-07-10T19:36:28-07:00",
    "show": 5877,
    "show_uri": "https://api.kexp.org/v2/shows/5877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emmanuel",
    "track_id": null,
    "recording_id": null,
    "artist": "TK & The Holy Know-Nothings",
    "artist_ids": [],
    "album": "Arguably OK",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song live: https://www.youtube.com/watch?v=orrcAK-gccc ; check back hopefully soon on the kexp.org archive to re-play their great recent in-studio here in The Roadhouse ; https://www.facebook.com/tkandtheholyknownothings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}