Information about plays

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

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

{
    "id": 416926,
    "uri": "https://api.kexp.org/v2/plays/416926/?format=api",
    "airdate": "2001-04-21T01:00:00-07:00",
    "show": 6958,
    "show_uri": "https://api.kexp.org/v2/shows/6958/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410GSPERYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410GSPERYXL._SL75_.jpg",
    "song": "Nobody's Fault but My Own",
    "track_id": null,
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Mutations",
    "release_id": "295d2001-f034-447d-9545-56c8c63f6455",
    "release_group_id": null,
    "labels": [
        "Bong Load Records"
    ],
    "label_ids": [
        "7df885be-25b9-4692-9d98-4fd89d2821dd"
    ],
    "release_date": "1998-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}