Information about plays

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

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

{
    "id": 416526,
    "uri": "https://api.kexp.org/v2/plays/416526/?format=api",
    "airdate": "2001-04-19T20:32:43-07:00",
    "show": 6950,
    "show_uri": "https://api.kexp.org/v2/shows/6950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21TMCWC51SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21TMCWC51SL._SL75_.jpg",
    "song": "I'm Over You",
    "track_id": "d7849bdd-c7d2-404d-b011-c256d2a06067",
    "recording_id": null,
    "artist": "Keith Whitley",
    "artist_ids": [
        "dc3a714b-1886-43f9-87c1-45740a02e4dd"
    ],
    "album": "I Wonder Do You Think of Me",
    "release_id": "5dfecb9b-9295-4b63-9dd2-b1979716f045",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}