Information about plays

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

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

{
    "id": 1286826,
    "uri": "https://api.kexp.org/v2/plays/1286826/?format=api",
    "airdate": "2007-10-04T06:16:00-07:00",
    "show": 22515,
    "show_uri": "https://api.kexp.org/v2/shows/22515/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uBrJSMVbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uBrJSMVbL._SL75_.jpg",
    "song": "Vicious Tradition",
    "track_id": "b93fd88c-1c4b-49de-af06-30d89df5201d",
    "recording_id": null,
    "artist": "The Veils",
    "artist_ids": [
        "c3bf5aee-646e-4030-9ab4-d1fbd4947a97"
    ],
    "album": "The Runaway Found",
    "release_id": "6d3e4abc-860e-4d36-904f-983d5fe9a301",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "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"
}