Information about plays

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

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

{
    "id": 368800,
    "uri": "https://api.kexp.org/v2/plays/368800/?format=api",
    "airdate": "2019-08-17T19:55:32-07:00",
    "show": 6146,
    "show_uri": "https://api.kexp.org/v2/shows/6146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Absinthe Party at the Fly Honey Warehouse",
    "track_id": "63b0ce0c-438a-3347-9405-bfbad3af6533",
    "recording_id": null,
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "Highly Refined Pirates",
    "release_id": "8f398ff2-d3ee-498b-870e-ec69f0ebd48e",
    "release_group_id": null,
    "labels": [
        "Undergroove Records"
    ],
    "label_ids": [
        "f4c85b8e-d63a-445f-9f33-5e761454f70a"
    ],
    "release_date": "2004-08-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Minus The Bear's KEXP in-studio here: https://www.youtube.com/watch?v=O7pRHG-RavA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}