Information about plays

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

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

{
    "id": 1378918,
    "uri": "https://api.kexp.org/v2/plays/1378918/?format=api",
    "airdate": "2008-05-26T21:00:01-07:00",
    "show": 24067,
    "show_uri": "https://api.kexp.org/v2/shows/24067/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WX6A0VETL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WX6A0VETL._SL75_.jpg",
    "song": "Cool This Dub",
    "track_id": "99566018-0986-432c-9a4b-1c08dc5cb5c1",
    "recording_id": null,
    "artist": "Tappa Zukie",
    "artist_ids": [
        "9868f116-a9ac-428b-95ea-78e01f279cfe"
    ],
    "album": "Tappa Zukie in Dub",
    "release_id": "2e25155b-5844-47c6-bc2b-ba03a65b4b5c",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1995-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}