Information about plays

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

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

{
    "id": 415229,
    "uri": "https://api.kexp.org/v2/plays/415229/?format=api",
    "airdate": "2001-04-16T08:04:36-07:00",
    "show": 6927,
    "show_uri": "https://api.kexp.org/v2/shows/6927/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11W99ZQE8NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11W99ZQE8NL._SL75_.jpg",
    "song": "Special Angle",
    "track_id": "4f3ec791-af70-4795-9164-c66ccf55162b",
    "recording_id": null,
    "artist": "Poor Rich Ones",
    "artist_ids": [
        "69dbaaf2-ce96-44c5-825f-fd5510eca450"
    ],
    "album": "Happy Happy Happy",
    "release_id": "dc64597c-0e9c-42b6-9ad8-4192683c9a10",
    "release_group_id": null,
    "labels": [
        "Rec 90/Five One"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}