Information about plays

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

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

{
    "id": 460517,
    "uri": "https://api.kexp.org/v2/plays/460517/?format=api",
    "airdate": "2001-08-28T19:18:00-07:00",
    "show": 7812,
    "show_uri": "https://api.kexp.org/v2/shows/7812/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61f7sb8ldLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61f7sb8ldLL._SL75_.jpg",
    "song": "Ram Balram",
    "track_id": "e835ab7f-7e36-4fac-bee2-080324e0485b",
    "recording_id": null,
    "artist": "Ursula 1000",
    "artist_ids": [
        "75f9a2a2-b76d-490d-8dd2-ab5c172bcd78"
    ],
    "album": "Bombay 2: Electric Vindaloo",
    "release_id": "24a60384-45d8-4f88-8a3b-a8a5432f551c",
    "release_group_id": null,
    "labels": [
        "Normal Records"
    ],
    "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"
}