Information about plays

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

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

{
    "id": 476403,
    "uri": "https://api.kexp.org/v2/plays/476403/?format=api",
    "airdate": "2001-10-14T23:51:25-07:00",
    "show": 8125,
    "show_uri": "https://api.kexp.org/v2/shows/8125/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HNHM1YMQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HNHM1YMQL._SL75_.jpg",
    "song": "India",
    "track_id": "16973f34-3621-41e9-8b89-1103c4730002",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Live at the Village Vanguard: The Master Takes",
    "release_id": "c8cdc264-67e4-4420-bd79-1760155f8ca8",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1998-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}