Information about plays

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

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

{
    "id": 482301,
    "uri": "https://api.kexp.org/v2/plays/482301/?format=api",
    "airdate": "2001-10-31T22:08:34-08:00",
    "show": 8234,
    "show_uri": "https://api.kexp.org/v2/shows/8234/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217060J3XGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217060J3XGL._SL75_.jpg",
    "song": "Troll",
    "track_id": "a8a5a2ff-a6e9-4238-952f-d52c5d6cac27",
    "recording_id": null,
    "artist": "Jarboe",
    "artist_ids": [
        "9b7130d0-558a-4599-b721-04b68c43aaad"
    ],
    "album": "Sacrificial Cake",
    "release_id": "bbdf1ec0-4ed4-4711-ad5d-06f9613c60bd",
    "release_group_id": null,
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}