Information about plays

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

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

{
    "id": 473601,
    "uri": "https://api.kexp.org/v2/plays/473601/?format=api",
    "airdate": "2001-10-06T15:31:34-07:00",
    "show": 8068,
    "show_uri": "https://api.kexp.org/v2/shows/8068/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216GG47YZSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216GG47YZSL._SL75_.jpg",
    "song": "Merseysong",
    "track_id": "396c4212-110c-469e-9d81-905a47385039",
    "recording_id": null,
    "artist": "Rico Bell ",
    "artist_ids": [],
    "album": "Dark Side Of The Mersey",
    "release_id": "e042f13e-2e24-4731-93e8-bb0d7fd39204",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "label_ids": [],
    "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"
}