Information about plays

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

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

{
    "id": 489900,
    "uri": "https://api.kexp.org/v2/plays/489900/?format=api",
    "airdate": "2001-11-24T10:08:53-08:00",
    "show": 8387,
    "show_uri": "https://api.kexp.org/v2/shows/8387/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5188FMD14WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5188FMD14WL._SL75_.jpg",
    "song": "At the Feast",
    "track_id": "62f87166-2c38-43d5-9062-70790cce5f67",
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Roots Reggae Essentials",
    "release_id": "eb63dd1b-b5d6-4a0e-b246-1f9c099b84a8",
    "release_group_id": null,
    "labels": [
        "Blood & Fire"
    ],
    "label_ids": [],
    "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"
}