Information about plays

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

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

{
    "id": 1351397,
    "uri": "https://api.kexp.org/v2/plays/1351397/?format=api",
    "airdate": "2008-03-18T20:09:33-07:00",
    "show": 23608,
    "show_uri": "https://api.kexp.org/v2/shows/23608/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4154dEiC-QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4154dEiC-QL._SL75_.jpg",
    "song": "Koi bole ram ram",
    "track_id": "71b4e897-dc47-4e34-92fe-146d9e288921",
    "recording_id": null,
    "artist": "DJ Cheb i Sabbah",
    "artist_ids": [
        "d4570f76-d803-429d-80ec-1b966c2c45ed"
    ],
    "album": "Devotion",
    "release_id": "c7cc1f04-1281-48ab-9055-0615931aa44a",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}