Information about plays

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

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

{
    "id": 372526,
    "uri": "https://api.kexp.org/v2/plays/372526/?format=api",
    "airdate": "2019-08-26T10:57:05-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anything",
    "track_id": "187019bd-2661-4f32-8961-9f21c1284a70",
    "recording_id": null,
    "artist": "Chuck Cleaver",
    "artist_ids": [
        "a3c4fba6-9fe2-406c-8831-6dd72819cbfa"
    ],
    "album": "Send Aid",
    "release_id": "9d0968ab-b9eb-4d95-b2cf-4bb240ca2289",
    "release_group_id": null,
    "labels": [
        "Shake It! Records"
    ],
    "label_ids": [
        "e1e12b79-21ab-403e-bea0-8a81dbf5ed42"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here’s  Chuck Cleaver summing up his debut album's vibe:\n\n\"Welcome to the world of acquired taste. Ten songs about joy, pain, sorrow, regret, fascination, wonder, etc. All the spices that give this place it’s flavor. If you hit a bit of gristle or a smattering of fat, spit it out. Or swallow it if that’s your thing. Whatever the case, you’re welcome to seconds. Have at it.\": https://www.stereogum.com/2043658/chuck-cleaver-wussy-anything-send-aid/premiere/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}