Information about plays

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

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

{
    "id": 497244,
    "uri": "https://api.kexp.org/v2/plays/497244/?format=api",
    "airdate": "2001-12-16T02:24:00-08:00",
    "show": 8531,
    "show_uri": "https://api.kexp.org/v2/shows/8531/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31F925HCQ8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31F925HCQ8L._SL75_.jpg",
    "song": "Mexican Radio",
    "track_id": "123c29bf-9eb3-413a-bf9c-ee700e251cef",
    "recording_id": null,
    "artist": "Wall of Voodoo",
    "artist_ids": [
        "1154b8aa-1cc1-4b01-afff-eca45ae590fa"
    ],
    "album": "Call of the West",
    "release_id": "8bba8e1e-33b0-466f-9914-c8ece6f34bcf",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1982-08-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}