Information about plays

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

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

{
    "id": 1284518,
    "uri": "https://api.kexp.org/v2/plays/1284518/?format=api",
    "airdate": "2007-09-28T07:43:17-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413O0AZyIfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413O0AZyIfL._SL75_.jpg",
    "song": "Restless",
    "track_id": "db690cd5-92ad-4731-86b8-042c228f9305",
    "recording_id": null,
    "artist": "UNKLE",
    "artist_ids": [
        "6648391e-7890-4f6c-b939-976f215195d3"
    ],
    "album": "War Stories",
    "release_id": "506b3134-c935-496c-a627-e949475e34aa",
    "release_group_id": null,
    "labels": [
        "Surrender All"
    ],
    "label_ids": [
        "64fb5131-8214-4622-b986-e93bddb60b6a"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}