Information about plays

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

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

{
    "id": 1197073,
    "uri": "https://api.kexp.org/v2/plays/1197073/?format=api",
    "airdate": "2007-02-15T04:40:25-08:00",
    "show": 20982,
    "show_uri": "https://api.kexp.org/v2/shows/20982/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51No0-4PqoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51No0-4PqoL._SL75_.jpg",
    "song": "Apocalypse",
    "track_id": "69fcdce6-1b58-4a54-b908-7cdff2853fbe",
    "recording_id": null,
    "artist": "VietNam",
    "artist_ids": [
        "fb8ffabb-b6f7-46cb-b53b-91ca34bdd584"
    ],
    "album": "VietNam",
    "release_id": "44c01a9d-a46c-454c-a775-36c9cc5f16df",
    "release_group_id": null,
    "labels": [
        "Kemado Records"
    ],
    "label_ids": [
        "f06d8dfc-c489-41e4-a68a-e24f6f9e8a70"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}