Information about plays

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

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

{
    "id": 443886,
    "uri": "https://api.kexp.org/v2/plays/443886/?format=api",
    "airdate": "2001-07-11T07:44:12-07:00",
    "show": 7492,
    "show_uri": "https://api.kexp.org/v2/shows/7492/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HM3ERPH5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HM3ERPH5L._SL75_.jpg",
    "song": "Accident Waiting to Happen (Red Star version)",
    "track_id": "6648100f-fe1c-49b3-8dcf-e43b77bf5cf9",
    "recording_id": null,
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Reaching to the Converted",
    "release_id": "4fc0cb79-69d5-4e06-936a-6353a7373903",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}