Information about plays

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

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

{
    "id": 453925,
    "uri": "https://api.kexp.org/v2/plays/453925/?format=api",
    "airdate": "2001-08-09T17:10:00-07:00",
    "show": 7680,
    "show_uri": "https://api.kexp.org/v2/shows/7680/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/412MWWCFS6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/412MWWCFS6L._SL75_.jpg",
    "song": "Watch the Angel Not the Wire",
    "track_id": "eb817b8f-2578-4a47-87d0-64a5dae01659",
    "recording_id": null,
    "artist": "Black Box Recorder",
    "artist_ids": [
        "49302df8-9e4f-42ed-8a9c-5d6f8d6cb83c"
    ],
    "album": "The Worst of Black Box Recorder",
    "release_id": "e235cc9f-5f8c-4257-86ad-036e002ca7c6",
    "release_group_id": null,
    "labels": [
        "Jetset Records"
    ],
    "label_ids": [
        "859b0293-fd12-429e-af4e-0c253a86583d"
    ],
    "release_date": "2001-08-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}