Information about plays

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

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

{
    "id": 1297081,
    "uri": "https://api.kexp.org/v2/plays/1297081/?format=api",
    "airdate": "2007-10-31T16:03:25-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31mMa2Ur4pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31mMa2Ur4pL._SL75_.jpg",
    "song": "Doctorin' the Tardis",
    "track_id": null,
    "recording_id": null,
    "artist": "The Timelords",
    "artist_ids": [
        "15988df2-711f-4ff7-85fc-25488444c660"
    ],
    "album": "History of the JAMs a.k.a. The Timelords",
    "release_id": "6d4d9845-25f6-4546-bfe3-bda5d65dad79",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}