Information about plays

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

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

{
    "id": 1375854,
    "uri": "https://api.kexp.org/v2/plays/1375854/?format=api",
    "airdate": "2008-05-19T03:18:17-07:00",
    "show": 24016,
    "show_uri": "https://api.kexp.org/v2/shows/24016/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411BbK6HyGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411BbK6HyGL._SL75_.jpg",
    "song": "26 Basslines",
    "track_id": "614e84ad-3be8-430e-b778-cf176c1cda98",
    "recording_id": null,
    "artist": "Benga",
    "artist_ids": [
        "d3ba1c50-d403-40df-8eac-80d74551a7e3"
    ],
    "album": "Diary of an Afro Warrior",
    "release_id": "828b21eb-481c-4130-8711-f887eed5f798",
    "release_group_id": null,
    "labels": [
        "Tempa"
    ],
    "label_ids": [
        "afb77626-2867-4bad-aae9-f390969eb6b1"
    ],
    "release_date": "2008-03-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}