Information about plays

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

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

{
    "id": 424189,
    "uri": "https://api.kexp.org/v2/plays/424189/?format=api",
    "airdate": "2001-05-14T02:38:34-07:00",
    "show": 7115,
    "show_uri": "https://api.kexp.org/v2/shows/7115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/71vwJBjvTQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/71vwJBjvTQL._SL75_.jpg",
    "song": "When I Was a Child",
    "track_id": "ae34f70a-6ea3-4384-9003-9b6e2cd0c24c",
    "recording_id": null,
    "artist": "The Accüsed",
    "artist_ids": [
        "36bcdf2f-f481-4669-a0fd-23049377cbab"
    ],
    "album": "Grinning Like an Undertaker",
    "release_id": "80336ae1-e314-4bf4-80a2-ac4884b05dfc",
    "release_group_id": null,
    "labels": [
        "Nastymix"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}