Information about plays

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

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

{
    "id": 1277683,
    "uri": "https://api.kexp.org/v2/plays/1277683/?format=api",
    "airdate": "2007-09-10T22:55:41-07:00",
    "show": 22363,
    "show_uri": "https://api.kexp.org/v2/shows/22363/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JHAY60C4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JHAY60C4L._SL75_.jpg",
    "song": "Have a Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Bettie Serveert",
    "artist_ids": [
        "89e4aade-fc77-4a18-8d0c-3554cc9b8c54"
    ],
    "album": "Log 22",
    "release_id": "532d14b2-fc42-493f-8c9f-b2fe0a720d80",
    "release_group_id": null,
    "labels": [
        "Palomine Records"
    ],
    "label_ids": [
        "20d7e504-6e69-471e-8c00-e19d2f7763b8"
    ],
    "release_date": "2003-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}