Information about plays

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

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

{
    "id": 533880,
    "uri": "https://api.kexp.org/v2/plays/533880/?format=api",
    "airdate": "2002-04-02T13:46:40-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21THPKYRGSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21THPKYRGSL._SL75_.jpg",
    "song": "Lemurs, Man, Lemurs",
    "track_id": null,
    "recording_id": null,
    "artist": "Minus the Bear",
    "artist_ids": [
        "c1e98e4a-4628-4c89-a7a6-0e0171600b05"
    ],
    "album": "This Is What I Know About Being Gigantic",
    "release_id": "35032af8-19e3-49df-89b6-9cc0bd16565f",
    "release_group_id": null,
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2001-11-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}