Information about plays

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

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

{
    "id": 481668,
    "uri": "https://api.kexp.org/v2/plays/481668/?format=api",
    "airdate": "2001-10-30T05:00:00-08:00",
    "show": 8223,
    "show_uri": "https://api.kexp.org/v2/shows/8223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511PVjD%2BrPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511PVjD%2BrPL._SL75_.jpg",
    "song": "Salt Peanuts",
    "track_id": "27c501d0-775e-4198-989b-5cc43c162c42",
    "recording_id": null,
    "artist": "The Quintet",
    "artist_ids": [
        "6e81c4d7-ba13-4cbc-8d8f-dd694931679c"
    ],
    "album": "Jazz at Massey Hall",
    "release_id": "3987b612-2aa8-4d74-9fbb-dfc268db8da6",
    "release_group_id": null,
    "labels": [
        "Debut"
    ],
    "label_ids": [
        "2b0f2e49-5761-43b7-9090-10fdd22f586b"
    ],
    "release_date": "1996-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}