Information about plays

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

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

{
    "id": 450412,
    "uri": "https://api.kexp.org/v2/plays/450412/?format=api",
    "airdate": "2001-07-30T17:12:00-07:00",
    "show": 7617,
    "show_uri": "https://api.kexp.org/v2/shows/7617/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bU4kYCmOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bU4kYCmOL._SL75_.jpg",
    "song": "Whole Lotta Love",
    "track_id": "575fd7fa-cc1c-4399-82aa-d741ac6aaa35",
    "recording_id": null,
    "artist": "Perry Farrell",
    "artist_ids": [
        "11e46b16-2f25-4783-ab32-25250befe84a"
    ],
    "album": "Rev",
    "release_id": "eb00f34a-178f-4754-a8f7-bea06e00041e",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}