Information about plays

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

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

{
    "id": 485035,
    "uri": "https://api.kexp.org/v2/plays/485035/?format=api",
    "airdate": "2001-11-09T17:54:32-08:00",
    "show": 8289,
    "show_uri": "https://api.kexp.org/v2/shows/8289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RSrBHBLBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RSrBHBLBL._SL75_.jpg",
    "song": "Got A Lot of Living to Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Elvis Presley ",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "50,000,000 Elvis Fans Can't Be Wrong: Elvis' Gold Records, Volume 2",
    "release_id": "739a5589-a0d0-4dab-bcc8-f3a74fd682cb",
    "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"
}