Information about plays

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

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

{
    "id": 449046,
    "uri": "https://api.kexp.org/v2/plays/449046/?format=api",
    "airdate": "2001-07-26T10:48:45-07:00",
    "show": 7590,
    "show_uri": "https://api.kexp.org/v2/shows/7590/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GHFJ3RNEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GHFJ3RNEL._SL75_.jpg",
    "song": "Wasted",
    "track_id": "c722be67-3216-4558-adde-9bc6a96c6b51",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "Story of My Life",
    "release_id": "cc5a228a-a9cf-45cf-982c-db1b6066b694",
    "release_group_id": null,
    "labels": [
        "Imago Recording Company"
    ],
    "label_ids": [
        "34b9b9fc-142d-4399-b236-4d4fd56218db"
    ],
    "release_date": "1993-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}