Information about plays

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

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

{
    "id": 418213,
    "uri": "https://api.kexp.org/v2/plays/418213/?format=api",
    "airdate": "2001-04-25T19:13:20-07:00",
    "show": 6987,
    "show_uri": "https://api.kexp.org/v2/shows/6987/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VOYWFuzJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VOYWFuzJL._SL75_.jpg",
    "song": "wine spodee odee/it should have been me",
    "track_id": null,
    "recording_id": null,
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "Resurrection of the Bayou Maharajah",
    "release_id": "087a9f24-216b-44a0-91cf-5c854a8ccc72",
    "release_group_id": null,
    "labels": [],
    "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"
}