Information about plays

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

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

{
    "id": 1352990,
    "uri": "https://api.kexp.org/v2/plays/1352990/?format=api",
    "airdate": "2008-03-22T16:44:17-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gllq8hUtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gllq8hUtL._SL75_.jpg",
    "song": "Death to Los Campesinos!",
    "track_id": "938d8fc2-4f08-4e1a-8efe-c0a69b331dc9",
    "recording_id": null,
    "artist": "Los Campesinos!",
    "artist_ids": [
        "e1194e66-e4f0-4351-9d26-ac95df530d0c"
    ],
    "album": "Hold On Now Youngster",
    "release_id": "a4d80748-2991-4281-9982-fb7dee15d235",
    "release_group_id": null,
    "labels": [
        "Ellipsis Arts..."
    ],
    "label_ids": [
        "08314833-c341-40c3-b178-dcfe763f4923"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}