Information about plays

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

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

{
    "id": 418290,
    "uri": "https://api.kexp.org/v2/plays/418290/?format=api",
    "airdate": "2001-04-26T01:44:00-07:00",
    "show": 6989,
    "show_uri": "https://api.kexp.org/v2/shows/6989/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NXJQDK6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NXJQDK6GL._SL75_.jpg",
    "song": "Tiger in a Tower",
    "track_id": "805f46fc-a0ad-4a80-9967-90f7fcdb58b7",
    "recording_id": null,
    "artist": "The Comas",
    "artist_ids": [
        "de68274c-d21a-40d9-b17c-4b833b20126f"
    ],
    "album": "A Def Needle in Tomorrow",
    "release_id": "1fe051c7-a806-42f5-a356-12271ed172ee",
    "release_group_id": null,
    "labels": [
        "Plastique Recording"
    ],
    "label_ids": [],
    "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"
}