Information about plays

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

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

{
    "id": 374573,
    "uri": "https://api.kexp.org/v2/plays/374573/?format=api",
    "airdate": "2019-08-30T17:54:00-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost Town",
    "track_id": "0bb5c736-bb7a-3cc5-9f90-dbbf2054828e",
    "recording_id": null,
    "artist": "The Specials",
    "artist_ids": [
        "07eb40a2-2914-439c-a01d-15a685b84ddf"
    ],
    "album": "Ghost Town",
    "release_id": "2a38ce60-d94d-4989-be14-ff9386461c31",
    "release_group_id": null,
    "labels": [
        "Two-Tone Records"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grand Prize winner of KEXP's inaugural Mixtape Challenge, Jana Sturdivant, \"Hot Cheeto Fantasy\": \"I made this mixtape for a friend who was also born in 1981. She’s a professional drummer in a rock band (I.e. she knows her stuff) so I picked songs that were only released or charted that year (with one being a questionable selection on the validity of released in 1981). Side is called “Arts” for songs/bands/albums that were more avant garde and side B is “Charts” for songs/bands/albums that charted. I tried to pick a musical aesthetic she would enjoy but that I could tolerate listening to over and over as I mixed it. Anyway, it was ultimately a birthday gift so I kept in mind bands we had discussed, birthday songs, etc. I added a vintage Playboy as a companion to the tape and wrote all the tracks on the back of my softball rookie card and a tattooist biz card. I mailed the gift to my friend.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}