Information about plays

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

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

{
    "id": 343332,
    "uri": "https://api.kexp.org/v2/plays/343332/?format=api",
    "airdate": "2019-06-19T06:18:40-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy",
    "track_id": "d1ef1977-0108-3277-a93a-5f9a7c8b2914",
    "recording_id": null,
    "artist": "The Wrens",
    "artist_ids": [
        "492c18bc-ffbe-43b1-a22a-9bb801216b96"
    ],
    "album": "The Meadowlands",
    "release_id": "a0fadcc2-63f9-47ab-b4d7-2c539ebc364e",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to The Wrens' Charlie Bissell,  this is one of the best songs on the album. \"To me, the song that still works best on that record is probably \"Happy,\" which is I think the only one where you sort of hear that it's a band arrangement. All those decisions were made in real time in the basements, like 'Hey, if you do this, I'll try this' and whatever.\" - https://bit.ly/2ZwKC1b",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}