Information about plays

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

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

{
    "id": 432088,
    "uri": "https://api.kexp.org/v2/plays/432088/?format=api",
    "airdate": "2001-06-07T00:50:00-07:00",
    "show": 7268,
    "show_uri": "https://api.kexp.org/v2/shows/7268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31W94HFTJ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31W94HFTJ4L._SL75_.jpg",
    "song": "Steeped",
    "track_id": "720d744e-6699-4ac9-aa66-276cb12d11dc",
    "recording_id": null,
    "artist": "Bluetile Lounge",
    "artist_ids": [
        "70470501-24f7-45f5-abcd-aa5c09e3441d"
    ],
    "album": "Half Cut",
    "release_id": "a6f02d87-0701-4889-b0fd-fc2b903888c0",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1998-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}