Information about plays

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

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

{
    "id": 429053,
    "uri": "https://api.kexp.org/v2/plays/429053/?format=api",
    "airdate": "2001-05-28T23:25:42-07:00",
    "show": 7211,
    "show_uri": "https://api.kexp.org/v2/shows/7211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mango Twister",
    "track_id": "e7397b53-1a85-483e-bf76-d6a0a13ce744",
    "recording_id": null,
    "artist": "The Guarneri Underground",
    "artist_ids": [
        "23d9a73f-1016-46ac-825b-97d8c3cb639f"
    ],
    "album": "Captive",
    "release_id": "522464e9-6ce5-4ccb-bdb3-ec0774052fba",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}