Information about plays

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

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

{
    "id": 427480,
    "uri": "https://api.kexp.org/v2/plays/427480/?format=api",
    "airdate": "2001-05-24T04:48:45-07:00",
    "show": 7179,
    "show_uri": "https://api.kexp.org/v2/shows/7179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "the Death of the Corn (live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Current 93",
    "artist_ids": [
        "944655bc-16b1-48d2-b4ff-f73654612fcf"
    ],
    "album": "As the World Disappears...",
    "release_id": "97da04f2-1420-4c98-811b-42a9aacb7777",
    "release_group_id": null,
    "labels": [
        "World Serpent"
    ],
    "label_ids": [
        "80e7bffd-6e32-4415-a341-af61a68c6e14"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}