Information about plays

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

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

{
    "id": 1391094,
    "uri": "https://api.kexp.org/v2/plays/1391094/?format=api",
    "airdate": "2008-06-28T11:08:00-07:00",
    "show": 24278,
    "show_uri": "https://api.kexp.org/v2/shows/24278/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/516X7yXsvtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/516X7yXsvtL._SL75_.jpg",
    "song": "Jail House Set Me Free",
    "track_id": "2993cb86-1f51-47dc-a584-a9d0007f6b9b",
    "recording_id": null,
    "artist": "Earth & Stone ",
    "artist_ids": [
        "548cba0c-c326-4c03-b197-cfde2e1e42d9"
    ],
    "album": "Kool Roots",
    "release_id": "e756b324-dc4d-45fc-8888-1144a0795956",
    "release_group_id": null,
    "labels": [
        "17 North Parade"
    ],
    "label_ids": [
        "6efaec25-5652-4933-96a2-b9f9f5849af8"
    ],
    "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"
}