Information about plays

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

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

{
    "id": 415515,
    "uri": "https://api.kexp.org/v2/plays/415515/?format=api",
    "airdate": "2001-04-17T01:00:00-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wnAon%2BNWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wnAon%2BNWL._SL75_.jpg",
    "song": "Fluid",
    "track_id": "93150435-6e41-45ce-ac48-1be51daf40a2",
    "recording_id": null,
    "artist": "The Fireman",
    "artist_ids": [
        "23466b9d-f57a-4e73-906f-c11dca8b3723"
    ],
    "album": "Rushes",
    "release_id": "da74067f-2859-4c4b-a2b8-bca0c34c1c2a",
    "release_group_id": null,
    "labels": [
        "Hydra"
    ],
    "label_ids": [
        "67e10cd0-ab1b-4f75-858b-8676cb3e5ca9"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}