Information about plays

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

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

{
    "id": 1385264,
    "uri": "https://api.kexp.org/v2/plays/1385264/?format=api",
    "airdate": "2008-06-13T18:35:11-07:00",
    "show": 24182,
    "show_uri": "https://api.kexp.org/v2/shows/24182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61oXj9p-QzL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61oXj9p-QzL._SL75_.jpg",
    "song": "The Fickle Chicken",
    "track_id": "6a501e0d-cafa-4720-9bdf-1e5859b11660",
    "recording_id": null,
    "artist": "The Atmospheres",
    "artist_ids": [
        "a910cb5b-83c3-42b7-aa5f-764bb96f7a72"
    ],
    "album": "Teen Beat, Volume 2",
    "release_id": "f598e3ef-03a0-4661-bfd3-52ea24c29040",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}