Information about plays

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

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

{
    "id": 1323267,
    "uri": "https://api.kexp.org/v2/plays/1323267/?format=api",
    "airdate": "2008-01-07T01:46:00-08:00",
    "show": 23137,
    "show_uri": "https://api.kexp.org/v2/shows/23137/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61F94GMW1YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61F94GMW1YL._SL75_.jpg",
    "song": "'Round Midnight",
    "track_id": "b3f8f4ee-d445-4de8-9a02-ec22455fa8f1",
    "recording_id": null,
    "artist": "Thelonious Monk",
    "artist_ids": [
        "8e8c7417-c905-46b1-b42a-5260b4274ed4"
    ],
    "album": "The Best of Thelonious Monk",
    "release_id": "c8924908-73f8-4557-b8db-429defe04c5d",
    "release_group_id": null,
    "labels": [
        "Riverside"
    ],
    "label_ids": [
        "fd9ac552-7dae-42e4-98bf-d3a634bded8a"
    ],
    "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"
}