Information about plays

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

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

{
    "id": 1356026,
    "uri": "https://api.kexp.org/v2/plays/1356026/?format=api",
    "airdate": "2008-03-30T03:47:31-07:00",
    "show": 23682,
    "show_uri": "https://api.kexp.org/v2/shows/23682/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XCGQBGWVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XCGQBGWVL._SL75_.jpg",
    "song": "White Train",
    "track_id": "b3c4efeb-db68-4a70-bdd0-8de3ad6581a0",
    "recording_id": null,
    "artist": "The Dead Science",
    "artist_ids": [
        "ea6c7793-ebcc-4c19-865e-b36677b74ace"
    ],
    "album": "Submariner",
    "release_id": "70fa0441-d629-45bd-a7eb-5b3662408e6e",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2003-07-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}