Information about plays

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

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

{
    "id": 493710,
    "uri": "https://api.kexp.org/v2/plays/493710/?format=api",
    "airdate": "2001-12-05T18:00:00-08:00",
    "show": 8465,
    "show_uri": "https://api.kexp.org/v2/shows/8465/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EX45GBXZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EX45GBXZL._SL75_.jpg",
    "song": "Slim Jenkins' Joint",
    "track_id": null,
    "recording_id": null,
    "artist": "Booker T. & The MG’s",
    "artist_ids": [
        "377015fb-c02f-4b05-960b-e0df6a7ea99e"
    ],
    "album": "The Very Best of Booker T. & The MG's",
    "release_id": "1ab80213-58fd-4051-ba7c-b849c05db18c",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}