Information about plays

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

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

{
    "id": 1294934,
    "uri": "https://api.kexp.org/v2/plays/1294934/?format=api",
    "airdate": "2007-10-25T03:28:09-07:00",
    "show": 22654,
    "show_uri": "https://api.kexp.org/v2/shows/22654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/615Zq99N4YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/615Zq99N4YL._SL75_.jpg",
    "song": "Gettin' Down",
    "track_id": "d9baf259-3bdd-48a7-ab41-24501961417b",
    "recording_id": null,
    "artist": "Eugene Blacknell",
    "artist_ids": [
        "d1cc3d97-6172-433c-aee0-c7b9292fd059"
    ],
    "album": "We Can't Take Life for Granted",
    "release_id": "da647735-d327-46dc-94fa-b10d62568cbe",
    "release_group_id": null,
    "labels": [
        "Luv N' Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "release_date": "2007-09-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}