Information about plays

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

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

{
    "id": 1256815,
    "uri": "https://api.kexp.org/v2/plays/1256815/?format=api",
    "airdate": "2007-07-20T03:54:09-07:00",
    "show": 22009,
    "show_uri": "https://api.kexp.org/v2/shows/22009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51998QmF3iL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51998QmF3iL._SL75_.jpg",
    "song": "Life/Death (with Mikah 9)",
    "track_id": null,
    "recording_id": null,
    "artist": "Prefuse 73",
    "artist_ids": [
        "fc61dd75-880b-44ba-9ba9-c7b643d33413"
    ],
    "album": "Vocal Studies + Uprock Narratives",
    "release_id": "2f858c72-1535-433d-b6df-fc57c1c9bd54",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2001-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}