Information about plays

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

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

{
    "id": 1291398,
    "uri": "https://api.kexp.org/v2/plays/1291398/?format=api",
    "airdate": "2007-10-16T01:01:38-07:00",
    "show": 22597,
    "show_uri": "https://api.kexp.org/v2/shows/22597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Fz1Mht4kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Fz1Mht4kL._SL75_.jpg",
    "song": "Deep Dark Truthful Mirror",
    "track_id": "ae2aed58-561b-4af1-8324-9fcd48a221fe",
    "recording_id": null,
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "Spike",
    "release_id": "dcdd5fd1-788d-45da-8990-82c6ecd5dc76",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}