Information about plays

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

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

{
    "id": 1284528,
    "uri": "https://api.kexp.org/v2/plays/1284528/?format=api",
    "airdate": "2007-09-28T08:26:53-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MU8rll6DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MU8rll6DL._SL75_.jpg",
    "song": "Drop Me Off",
    "track_id": null,
    "recording_id": null,
    "artist": "Pela",
    "artist_ids": [
        "3a714328-16d4-4cd4-877e-b2a6b870f3df"
    ],
    "album": "Anytown Graffiti",
    "release_id": "b33ae1cf-de3c-42d9-8492-de0ba91cdb8b",
    "release_group_id": null,
    "labels": [
        "The Slender Mean Society"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}