Information about plays

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

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

{
    "id": 418889,
    "uri": "https://api.kexp.org/v2/plays/418889/?format=api",
    "airdate": "2001-04-27T18:02:36-07:00",
    "show": 6999,
    "show_uri": "https://api.kexp.org/v2/shows/6999/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Z8YYQ4RVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Z8YYQ4RVL._SL75_.jpg",
    "song": "Boppin' the Blues",
    "track_id": "d38703e0-0a0e-40a4-97a5-40fa56ccce7a",
    "recording_id": null,
    "artist": "Carl Perkins",
    "artist_ids": [
        "068bd7ab-c38e-4fae-8ed2-cb0c153ed68f"
    ],
    "album": "The Classic Carl Perkins (disc 1)",
    "release_id": "b9e7e79b-e70b-4acb-ad4f-242a76acf6ea",
    "release_group_id": null,
    "labels": [
        "Midnight Sun"
    ],
    "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"
}