Information about plays

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

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

{
    "id": 534976,
    "uri": "https://api.kexp.org/v2/plays/534976/?format=api",
    "airdate": "2002-04-05T16:31:45-08:00",
    "show": 9267,
    "show_uri": "https://api.kexp.org/v2/shows/9267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21R694PG7KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21R694PG7KL._SL75_.jpg",
    "song": "Reveal Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Ken Stringfellow",
    "artist_ids": [
        "45f563aa-4601-4c6d-ab0d-a9f296eea71a"
    ],
    "album": "Touched",
    "release_id": "c68264bb-8a43-4cdf-9a95-d5e1960bb6f1",
    "release_group_id": null,
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}