Information about plays

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

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

{
    "id": 455726,
    "uri": "https://api.kexp.org/v2/plays/455726/?format=api",
    "airdate": "2001-08-14T23:50:31-07:00",
    "show": 7716,
    "show_uri": "https://api.kexp.org/v2/shows/7716/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51azvwquYjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51azvwquYjL._SL75_.jpg",
    "song": "Pink Cashmere",
    "track_id": "9d2ea2cf-9fb2-43ed-8ee8-389e6d54dcf7",
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits 1",
    "release_id": "3e54d1d9-47bd-48a1-a449-0ccaa2901c1e",
    "release_group_id": null,
    "labels": [
        "Paisley Park/Warner Brothers"
    ],
    "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"
}