Information about plays

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

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

{
    "id": 449513,
    "uri": "https://api.kexp.org/v2/plays/449513/?format=api",
    "airdate": "2001-07-27T18:57:36-07:00",
    "show": 7598,
    "show_uri": "https://api.kexp.org/v2/shows/7598/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21B8GFWTBDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21B8GFWTBDL._SL75_.jpg",
    "song": "Nitro Express",
    "track_id": "99ade0e8-9303-45c6-8114-0e857b687054",
    "recording_id": null,
    "artist": "Bill Kirchen",
    "artist_ids": [
        "04b64fa5-c3de-4863-81fb-5784e4839961"
    ],
    "album": "Have Love, Will Travel",
    "release_id": "4e84bd82-e767-410b-9feb-347ff15661b1",
    "release_group_id": null,
    "labels": [],
    "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"
}