Information about plays

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

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

{
    "id": 494199,
    "uri": "https://api.kexp.org/v2/plays/494199/?format=api",
    "airdate": "2001-12-07T02:43:00-08:00",
    "show": 8473,
    "show_uri": "https://api.kexp.org/v2/shows/8473/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41yCxd3-G5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41yCxd3-G5L._SL75_.jpg",
    "song": "Riverwide",
    "track_id": "4fbe0714-472d-4a53-b69a-74ffb66ff3fe",
    "recording_id": null,
    "artist": "The Rockfords",
    "artist_ids": [
        "f40ce3f1-9dcf-41c9-89ca-3bf25bd629e3"
    ],
    "album": "Rockfords",
    "release_id": "d100a61f-7590-4b06-9b8e-02320da24a1d",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}