Information about plays

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

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

{
    "id": 421476,
    "uri": "https://api.kexp.org/v2/plays/421476/?format=api",
    "airdate": "2001-05-05T13:03:31-07:00",
    "show": 7056,
    "show_uri": "https://api.kexp.org/v2/shows/7056/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RBelXHTfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RBelXHTfL._SL75_.jpg",
    "song": "Don't Want to Know If You Are Lonely",
    "track_id": null,
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Candy Apple Grey",
    "release_id": "9d1d1960-884d-42d6-aa87-230424ab9ddf",
    "release_group_id": null,
    "labels": [
        "WB"
    ],
    "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"
}