Information about plays

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

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

{
    "id": 1363059,
    "uri": "https://api.kexp.org/v2/plays/1363059/?format=api",
    "airdate": "2008-04-17T00:18:23-07:00",
    "show": 23800,
    "show_uri": "https://api.kexp.org/v2/shows/23800/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FewpNQHIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FewpNQHIL._SL75_.jpg",
    "song": "Upstate Flashbacks",
    "track_id": "f061983e-a48c-49c5-86f1-3ed908b4196f",
    "recording_id": null,
    "artist": "The Beatings",
    "artist_ids": [
        "2e9d2555-6b43-4e59-8e48-0ce4afcdc21c"
    ],
    "album": "Holding On to Hand Grenades",
    "release_id": "a2bf99af-f7e9-4275-ad20-65a2502a215b",
    "release_group_id": null,
    "labels": [
        "Midriff"
    ],
    "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"
}