Information about plays

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

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

{
    "id": 415832,
    "uri": "https://api.kexp.org/v2/plays/415832/?format=api",
    "airdate": "2001-04-17T21:07:03-07:00",
    "show": 6939,
    "show_uri": "https://api.kexp.org/v2/shows/6939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412T8EJ1MSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412T8EJ1MSL._SL75_.jpg",
    "song": "Chase Me",
    "track_id": "1cc53e1c-8bb5-496d-a30b-5154f25ebeff",
    "recording_id": null,
    "artist": "Con Funk Shun",
    "artist_ids": [
        "338f4067-57a8-46bc-8d56-50dc4e51e24a"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Con Funk Shun",
    "release_id": "1c7b0c26-e755-49f6-ada0-c947942defb3",
    "release_group_id": null,
    "labels": [
        "Mercury/Funk Essentials"
    ],
    "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"
}