Information about plays

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

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

{
    "id": 534834,
    "uri": "https://api.kexp.org/v2/plays/534834/?format=api",
    "airdate": "2002-04-05T05:25:19-08:00",
    "show": 9264,
    "show_uri": "https://api.kexp.org/v2/shows/9264/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31FGAVWA8YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31FGAVWA8YL._SL75_.jpg",
    "song": "Metal Baby",
    "track_id": null,
    "recording_id": null,
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Bandwagonesque",
    "release_id": "c6b48cb1-c58c-4b74-a933-41911744007c",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "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"
}