Information about plays

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

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

{
    "id": 1195235,
    "uri": "https://api.kexp.org/v2/plays/1195235/?format=api",
    "airdate": "2007-02-10T11:18:00-08:00",
    "show": 20950,
    "show_uri": "https://api.kexp.org/v2/shows/20950/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gOVkFWb9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gOVkFWb9L._SL75_.jpg",
    "song": "Driver A",
    "track_id": "a7a1f03c-fd9d-48f9-9034-c3e5eda9851c",
    "recording_id": null,
    "artist": "Buju Banton",
    "artist_ids": [
        "9f525d0b-3911-4c83-b0d1-e90aa1fd2d14"
    ],
    "album": "Too Bad",
    "release_id": "528eeba0-d03f-4556-b1dc-052230fc8021",
    "release_group_id": null,
    "labels": [
        "Gargamel"
    ],
    "label_ids": [],
    "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"
}