Information about plays

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

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

{
    "id": 1308859,
    "uri": "https://api.kexp.org/v2/plays/1308859/?format=api",
    "airdate": "2007-12-01T01:11:00-08:00",
    "show": 22892,
    "show_uri": "https://api.kexp.org/v2/shows/22892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UodEmfvmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UodEmfvmL._SL75_.jpg",
    "song": "T. Hatch Says \"Round Ev'ry Corner\"",
    "track_id": "bce1121f-bc7a-47b1-97f6-b893204fd5c0",
    "recording_id": null,
    "artist": "P:ano",
    "artist_ids": [
        "8b5db1cd-9ce3-48b8-bd75-44968a821f29"
    ],
    "album": "Ghost Pirates Without Heads",
    "release_id": "81b5c127-0215-4fe6-ae0f-6751cf554cb9",
    "release_group_id": null,
    "labels": [
        "Mint Import"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}