Information about plays

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

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

{
    "id": 439565,
    "uri": "https://api.kexp.org/v2/plays/439565/?format=api",
    "airdate": "2001-06-28T18:15:00-07:00",
    "show": 7410,
    "show_uri": "https://api.kexp.org/v2/shows/7410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Be a Bachelor 'til I Die",
    "track_id": "4e19e12b-300f-4fe6-92b9-90b0f68d377b",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "Lovesick Blues (disc 2)",
    "release_id": "c7d54e1d-ea78-4c0e-afab-5e325082e0eb",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}