Information about plays

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

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

{
    "id": 458273,
    "uri": "https://api.kexp.org/v2/plays/458273/?format=api",
    "airdate": "2001-08-22T05:44:12-07:00",
    "show": 7766,
    "show_uri": "https://api.kexp.org/v2/shows/7766/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21J8MYBTYJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21J8MYBTYJL._SL75_.jpg",
    "song": "SAD.TXT",
    "track_id": "2d5e8219-8e51-4f87-a01a-f1c996d573e1",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "Pennsylvania",
    "release_id": "340b40f7-efbc-411e-a293-382abecc1cea",
    "release_group_id": null,
    "labels": [
        "Tim/Kerr"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}