Information about plays

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

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

{
    "id": 501715,
    "uri": "https://api.kexp.org/v2/plays/501715/?format=api",
    "airdate": "2001-12-29T16:22:00-08:00",
    "show": 8616,
    "show_uri": "https://api.kexp.org/v2/shows/8616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417DG94AW1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417DG94AW1L._SL75_.jpg",
    "song": "The Blackwidow Blues",
    "track_id": "6e935d17-c9ca-4b19-b699-9b3abfa24e9c",
    "recording_id": null,
    "artist": "Russell Gunn",
    "artist_ids": [
        "fb2dc470-04ef-4fc1-8420-648f91798c17"
    ],
    "album": "Ethnomusicology, Volume 1",
    "release_id": "1b562101-4045-494d-bdb6-46cae2a6e1c5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}