Information about plays

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

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

{
    "id": 428239,
    "uri": "https://api.kexp.org/v2/plays/428239/?format=api",
    "airdate": "2001-05-26T04:32:18-07:00",
    "show": 7191,
    "show_uri": "https://api.kexp.org/v2/shows/7191/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lVihXixmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lVihXixmL._SL75_.jpg",
    "song": "Trans-national",
    "track_id": "e4708106-43b3-453e-b0c0-b99456e61e75",
    "recording_id": null,
    "artist": "Laibach",
    "artist_ids": [
        "c779e090-909f-4403-a90e-c1d08cdbb719"
    ],
    "album": "Opus Dei",
    "release_id": "562a992e-bd24-4846-b320-1d3314d69f49",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1987-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}