Information about plays

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

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

{
    "id": 456669,
    "uri": "https://api.kexp.org/v2/plays/456669/?format=api",
    "airdate": "2001-08-17T13:26:15-07:00",
    "show": 7731,
    "show_uri": "https://api.kexp.org/v2/shows/7731/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Qdfal7DsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Qdfal7DsL._SL75_.jpg",
    "song": "Goin' Down South",
    "track_id": null,
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "A Ass Pocket of Whiskey",
    "release_id": "2d9d21dc-8bd9-4bae-b534-5911805bfc03",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}