Information about plays

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

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

{
    "id": 416877,
    "uri": "https://api.kexp.org/v2/plays/416877/?format=api",
    "airdate": "2001-04-20T21:08:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tPzWxCDXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tPzWxCDXL._SL75_.jpg",
    "song": "In The Getto",
    "track_id": null,
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "Suspicious Minds: The Memphis 1969 Anthology (disc 2)",
    "release_id": "295836c3-5f63-4b6f-b834-283d2978b6bf",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1999-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}