Information about plays

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

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

{
    "id": 435400,
    "uri": "https://api.kexp.org/v2/plays/435400/?format=api",
    "airdate": "2001-06-16T17:45:52-07:00",
    "show": 7328,
    "show_uri": "https://api.kexp.org/v2/shows/7328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F7P78ZVBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F7P78ZVBL._SL75_.jpg",
    "song": "Orgasmatron",
    "track_id": "a30b940d-8580-4ada-8b2c-e458e2cb60f7",
    "recording_id": null,
    "artist": "Motörhead",
    "artist_ids": [
        "57961a97-3796-4bf7-9f02-a985a8979ae9"
    ],
    "album": "Orgasmatron",
    "release_id": "27739d10-33d3-4de7-9677-2e5c8e80650b",
    "release_group_id": null,
    "labels": [
        "GWR Records"
    ],
    "label_ids": [
        "3fc8426d-8424-40a7-8a30-d7b3dedc80c5"
    ],
    "release_date": "1986-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}