Information about plays

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

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

{
    "id": 452471,
    "uri": "https://api.kexp.org/v2/plays/452471/?format=api",
    "airdate": "2001-08-05T15:41:15-07:00",
    "show": 7655,
    "show_uri": "https://api.kexp.org/v2/shows/7655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61XwJbSSJHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61XwJbSSJHL._SL75_.jpg",
    "song": "Advice to the Graduate",
    "track_id": null,
    "recording_id": null,
    "artist": "Silver Jews",
    "artist_ids": [
        "1bc2d696-c0e2-480d-87ed-17b2a82d7983"
    ],
    "album": "Starlite Walker",
    "release_id": "97d31456-be0e-4eb5-93c7-7f3df553fffb",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "1994-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}