Information about plays

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

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

{
    "id": 438260,
    "uri": "https://api.kexp.org/v2/plays/438260/?format=api",
    "airdate": "2001-06-25T04:52:00-07:00",
    "show": 7385,
    "show_uri": "https://api.kexp.org/v2/shows/7385/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/415G6Y3M1ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/415G6Y3M1ZL._SL75_.jpg",
    "song": "Three Rules (II): The Spectacle of My Departure",
    "track_id": "25a5675e-bc39-46da-9e4f-bd5fe41026ac",
    "recording_id": null,
    "artist": "Blowhole",
    "artist_ids": [
        "9aa26b6e-5d56-4d38-a9ee-b824df068aae"
    ],
    "album": "Billowing Sheen",
    "release_id": "daadb120-15f9-40b7-93a5-eee69997798a",
    "release_group_id": null,
    "labels": [
        "Apraxia/Animist"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}