Information about plays

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

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

{
    "id": 1141377,
    "uri": "https://api.kexp.org/v2/plays/1141377/?format=api",
    "airdate": "2006-09-23T19:53:00-07:00",
    "show": 20028,
    "show_uri": "https://api.kexp.org/v2/shows/20028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ETPZG7ATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ETPZG7ATL._SL75_.jpg",
    "song": "Disappearing",
    "track_id": "fbf15cbe-2c94-4767-8e1d-3f5d0aa8a16c",
    "recording_id": null,
    "artist": "Super Deluxe",
    "artist_ids": [
        "c795a5df-7327-4375-b39f-89b6141b827f"
    ],
    "album": "Famous",
    "release_id": "f0a8b9b4-bc72-476a-9ff9-ebbd26049a3b",
    "release_group_id": null,
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}