Information about plays

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

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

{
    "id": 501708,
    "uri": "https://api.kexp.org/v2/plays/501708/?format=api",
    "airdate": "2001-12-29T16:00:00-08:00",
    "show": 8616,
    "show_uri": "https://api.kexp.org/v2/shows/8616/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31EKHMJVPGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31EKHMJVPGL._SL75_.jpg",
    "song": "Shake the Rollercoaster",
    "track_id": "0825fb5c-8138-4705-8332-3d6737e95362",
    "recording_id": null,
    "artist": "Badly Drawn Boy",
    "artist_ids": [
        "0881daf1-20df-4a3e-a84f-6476a84bb172"
    ],
    "album": "Everything You Always Wanted to Know About Twisted Nerve (But Were Afraid to Ask)",
    "release_id": "d66759fd-c015-4eb3-9386-327193c9aabf",
    "release_group_id": null,
    "labels": [
        "undefined"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}