Information about plays

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

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

{
    "id": 431049,
    "uri": "https://api.kexp.org/v2/plays/431049/?format=api",
    "airdate": "2001-06-03T23:00:00-07:00",
    "show": 7250,
    "show_uri": "https://api.kexp.org/v2/shows/7250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21KV59VGEZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21KV59VGEZL._SL75_.jpg",
    "song": "Morning in Soweto",
    "track_id": "b6d2cd39-8972-4864-a84a-f49c872e2256",
    "recording_id": null,
    "artist": "Pharoah Sanders, Adam Rudolph & Hamid Drake",
    "artist_ids": [
        "0def1011-cf31-42d7-90cc-b246f29fa255"
    ],
    "album": "Spirits",
    "release_id": "e4acd3d4-6fe3-4d88-bf3b-1b8e7fda015c",
    "release_group_id": null,
    "labels": [
        "Meta"
    ],
    "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"
}