Information about plays

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

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

{
    "id": 416884,
    "uri": "https://api.kexp.org/v2/plays/416884/?format=api",
    "airdate": "2001-04-20T21:36:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sWb2qiTUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sWb2qiTUL._SL75_.jpg",
    "song": "Forty-Four",
    "track_id": "4790f13d-6a2a-44f5-857b-8ba00f3921d2",
    "recording_id": null,
    "artist": "Geoff Muldaur",
    "artist_ids": [
        "3f49ffea-060c-419e-bc57-690cf23c2ac7"
    ],
    "album": "Blues Boy",
    "release_id": "2dd15ef7-edf7-47d3-90cd-0424fdb7fc75",
    "release_group_id": null,
    "labels": [
        "Bullseye Blues"
    ],
    "label_ids": [
        "3d265791-0123-4811-a223-751edb2759a6"
    ],
    "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"
}