Information about plays

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

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

{
    "id": 477841,
    "uri": "https://api.kexp.org/v2/plays/477841/?format=api",
    "airdate": "2001-10-18T20:36:00-07:00",
    "show": 8148,
    "show_uri": "https://api.kexp.org/v2/shows/8148/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ub8gMPPUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ub8gMPPUL._SL75_.jpg",
    "song": "Before You Go",
    "track_id": null,
    "recording_id": null,
    "artist": "Buck Owens",
    "artist_ids": [
        "13cb0fb4-7f7f-4116-a282-905c675c39ef"
    ],
    "album": "Before You Go / No One but You",
    "release_id": "873cde74-8756-4100-9b65-fef72af5c49d",
    "release_group_id": null,
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "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"
}