Information about plays

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

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

{
    "id": 489006,
    "uri": "https://api.kexp.org/v2/plays/489006/?format=api",
    "airdate": "2001-11-21T19:00:00-08:00",
    "show": 8371,
    "show_uri": "https://api.kexp.org/v2/shows/8371/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kzkFy6rSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kzkFy6rSL._SL75_.jpg",
    "song": "Stormy Monday Blues",
    "track_id": "1aa3759c-e668-4bfe-9c0d-c0788b05cf61",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Bobby Bland",
    "release_id": "184cc40c-8880-4f48-bed4-ab41ab0fbb5d",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}