Information about plays

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

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

{
    "id": 415195,
    "uri": "https://api.kexp.org/v2/plays/415195/?format=api",
    "airdate": "2001-04-16T00:40:00-07:00",
    "show": 6926,
    "show_uri": "https://api.kexp.org/v2/shows/6926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EZJ9QZWNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EZJ9QZWNL._SL75_.jpg",
    "song": "Cellsong",
    "track_id": null,
    "recording_id": null,
    "artist": "Gwei-lo",
    "artist_ids": [
        "5dd5e32a-c02d-4ba7-91b0-d3e5378e0ed2"
    ],
    "album": "Gwei-lo",
    "release_id": "487bb585-b6b2-4003-af6e-240a17935181",
    "release_group_id": null,
    "labels": [
        "Instinct Records"
    ],
    "label_ids": [
        "dee0a0c0-eb07-47e8-aadc-f3b483cfad6c"
    ],
    "release_date": "2001-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}