Information about plays

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

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

{
    "id": 451989,
    "uri": "https://api.kexp.org/v2/plays/451989/?format=api",
    "airdate": "2001-08-04T00:28:14-07:00",
    "show": 7643,
    "show_uri": "https://api.kexp.org/v2/shows/7643/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kH97Qs3xL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kH97Qs3xL._SL75_.jpg",
    "song": "Emotional Weather Report",
    "track_id": "df01808f-d5d0-429c-b07a-16be5a935d2c",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Nighthawks at the Diner",
    "release_id": "8ee75e8f-0bde-4ea6-9146-81bbfd1bda5d",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "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"
}