Information about plays

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

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

{
    "id": 1297109,
    "uri": "https://api.kexp.org/v2/plays/1297109/?format=api",
    "airdate": "2007-10-31T18:51:43-07:00",
    "show": 22695,
    "show_uri": "https://api.kexp.org/v2/shows/22695/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511CZDJMMKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511CZDJMMKL._SL75_.jpg",
    "song": "Trouble Is a Lonesome Town",
    "track_id": null,
    "recording_id": null,
    "artist": "Lee Hazlewood",
    "artist_ids": [
        "56d9908f-548e-40c1-837f-cd006d79d3a0"
    ],
    "album": "Trouble Is a Lonesome Town",
    "release_id": "557984ac-02ed-45a9-8bcd-5d4a43b08871",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}