Information about plays

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

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

{
    "id": 1284526,
    "uri": "https://api.kexp.org/v2/plays/1284526/?format=api",
    "airdate": "2007-09-28T08:17:54-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61hJk8-C7ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61hJk8-C7ZL._SL75_.jpg",
    "song": "Should I Stay or Should I Go",
    "track_id": null,
    "recording_id": null,
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "The Singles",
    "release_id": "7c27297f-c8f5-470c-814a-00ec2830e848",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}