Information about plays

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

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

{
    "id": 1307438,
    "uri": "https://api.kexp.org/v2/plays/1307438/?format=api",
    "airdate": "2007-11-27T15:00:00-08:00",
    "show": 22871,
    "show_uri": "https://api.kexp.org/v2/shows/22871/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517oZPwJbxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517oZPwJbxL._SL75_.jpg",
    "song": "Noam Chomsky Spring Break 2002",
    "track_id": "a6fb9523-1b9c-4bb5-a6f4-c643844fd936",
    "recording_id": null,
    "artist": "Department of Eagles",
    "artist_ids": [
        "60feda7a-9247-48fe-8892-79f9a7d0d503"
    ],
    "album": "The Cold Nose",
    "release_id": "9ccbda38-e845-491c-b968-a14de9ce1737",
    "release_group_id": null,
    "labels": [
        "American Dust"
    ],
    "label_ids": [
        "df78c8d2-8b74-4d55-a48a-70d9da756e97"
    ],
    "release_date": "2007-07-31",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}