Information about plays

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

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

{
    "id": 414343,
    "uri": "https://api.kexp.org/v2/plays/414343/?format=api",
    "airdate": "2001-01-01T02:28:02-08:00",
    "show": 6902,
    "show_uri": "https://api.kexp.org/v2/shows/6902/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ib4VDJ7rL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ib4VDJ7rL._SL75_.jpg",
    "song": "Red Light Indicates Doors Are Secured",
    "track_id": null,
    "recording_id": null,
    "artist": "The Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "Whatever People Say I Am, That's What I'm Not",
    "release_id": "fd3b81d6-a4d0-4cea-8421-e462b10cf465",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "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"
}