Information about plays

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

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

{
    "id": 533897,
    "uri": "https://api.kexp.org/v2/plays/533897/?format=api",
    "airdate": "2002-04-02T15:01:43-08:00",
    "show": 9249,
    "show_uri": "https://api.kexp.org/v2/shows/9249/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AIoFWT-GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AIoFWT-GL._SL75_.jpg",
    "song": "Time Bomb",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dismemberment Plan",
    "artist_ids": [
        "1131e5da-dfdf-46c9-b6ff-b7ac552c2a3c"
    ],
    "album": "Change",
    "release_id": "1ca29d49-10fd-4262-baee-dc5cdc7212e3",
    "release_group_id": null,
    "labels": [
        "DeSoto Records"
    ],
    "label_ids": [
        "c8e08325-47ac-4841-997c-4fced14ed8c2"
    ],
    "release_date": "2001-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}