Information about plays

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

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

{
    "id": 423940,
    "uri": "https://api.kexp.org/v2/plays/423940/?format=api",
    "airdate": "2001-05-13T09:09:28-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gnePojAgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gnePojAgL._SL75_.jpg",
    "song": "Make It Rain",
    "track_id": "fa21e0bd-4b87-4b77-80ab-0773e2560e2d",
    "recording_id": null,
    "artist": "Michael Burks",
    "artist_ids": [
        "090c5dfd-9d8a-42dc-a555-8d566d8680c9"
    ],
    "album": "Make It Rain",
    "release_id": "ecabb425-220d-405f-89c8-b0762d24ba14",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}