Information about plays

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

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

{
    "id": 467541,
    "uri": "https://api.kexp.org/v2/plays/467541/?format=api",
    "airdate": "2001-09-18T20:07:30-07:00",
    "show": 7954,
    "show_uri": "https://api.kexp.org/v2/shows/7954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31033AE9Q8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31033AE9Q8L._SL75_.jpg",
    "song": "Fly, fly, my sadness",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bulgarian Voices Angelite",
    "artist_ids": [
        "fd6afd7d-7c3a-4c0f-8758-b7087ae2a77a"
    ],
    "album": "Voices Of Life",
    "release_id": "eecd80cb-4704-402c-b54d-c625867fc301",
    "release_group_id": null,
    "labels": [
        "Alula"
    ],
    "label_ids": [
        "fed62486-6848-4b01-9161-cd5fbdb06bbe"
    ],
    "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"
}