Information about plays

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

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

{
    "id": 459770,
    "uri": "https://api.kexp.org/v2/plays/459770/?format=api",
    "airdate": "2001-08-26T16:22:06-07:00",
    "show": 7798,
    "show_uri": "https://api.kexp.org/v2/shows/7798/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61niwODp49L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61niwODp49L._SL75_.jpg",
    "song": "Still in Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Myra Lee",
    "release_id": "d843d873-faa9-4bbb-a080-df99935d46a6",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "1996-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}