Information about plays

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

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

{
    "id": 1358890,
    "uri": "https://api.kexp.org/v2/plays/1358890/?format=api",
    "airdate": "2008-04-06T10:48:00-07:00",
    "show": 23731,
    "show_uri": "https://api.kexp.org/v2/shows/23731/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GXn-zvaxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GXn-zvaxL._SL75_.jpg",
    "song": "Red Pepper, Part 1",
    "track_id": "e6fd85e0-94a6-4952-9a29-8ce3601dd6eb",
    "recording_id": null,
    "artist": "Roosevelt Fountain (And The Pens Of Rhythm)",
    "artist_ids": [
        "9e771f2c-cba0-4dee-be1b-6894ced19aa5"
    ],
    "album": "Cherrystones Hidden Charms",
    "release_id": "c6ee641f-0bff-4800-b021-bb25735065da",
    "release_group_id": null,
    "labels": [
        "Family Recordings"
    ],
    "label_ids": [
        "7ab20063-3474-4057-82b6-118d29da4b31"
    ],
    "release_date": "2004-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}