Information about plays

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

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

{
    "id": 415709,
    "uri": "https://api.kexp.org/v2/plays/415709/?format=api",
    "airdate": "2001-04-17T11:51:25-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NB8XR8D1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NB8XR8D1L._SL75_.jpg",
    "song": "Palo Alto",
    "track_id": "6d0423fc-bd33-4847-8dfb-c967f9edfa3b",
    "recording_id": null,
    "artist": "Richard Davies",
    "artist_ids": [
        "eac9682f-7aa6-4fe5-b076-da988aff17d3"
    ],
    "album": "Barbarians",
    "release_id": "4a4d3de8-c743-411c-aeda-dbfef7abdf6d",
    "release_group_id": null,
    "labels": [
        "Kindercore Records"
    ],
    "label_ids": [
        "942bf59b-bbec-4443-af99-cf110418460c"
    ],
    "release_date": "2000-06-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}