Information about plays

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

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

{
    "id": 457733,
    "uri": "https://api.kexp.org/v2/plays/457733/?format=api",
    "airdate": "2001-08-20T18:54:00-07:00",
    "show": 7758,
    "show_uri": "https://api.kexp.org/v2/shows/7758/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21MCCJKTMEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21MCCJKTMEL._SL75_.jpg",
    "song": "Virunga",
    "track_id": "873a154f-795b-4cd8-a224-76b672b1d524",
    "recording_id": null,
    "artist": "Samba Mapangala & Orchestre Virunga",
    "artist_ids": [
        "fe8af89e-9447-49be-8a70-20791e92e6a8"
    ],
    "album": "Virunga Volcano",
    "release_id": "485195ad-6fcc-40f2-b571-09296ab79e30",
    "release_group_id": null,
    "labels": [
        "Earthworks"
    ],
    "label_ids": [
        "325a0b7f-8f6f-4bc2-b12b-0360bf3871c0"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}