Information about plays

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

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

{
    "id": 427287,
    "uri": "https://api.kexp.org/v2/plays/427287/?format=api",
    "airdate": "2001-05-23T15:20:00-07:00",
    "show": 7176,
    "show_uri": "https://api.kexp.org/v2/shows/7176/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YT66BWMDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YT66BWMDL._SL75_.jpg",
    "song": "If You Want to Mek It",
    "track_id": "903e86ff-bd22-476c-ba5f-cd23dabc27b7",
    "recording_id": null,
    "artist": "Draco",
    "artist_ids": [
        "b2d8aaee-661b-488d-a08c-d77db63c8aa0"
    ],
    "album": "Enter the Draco",
    "release_id": "6d96213e-d8a3-47ff-8ff9-9cd49b09b6cc",
    "release_group_id": null,
    "labels": [
        "Slabco"
    ],
    "label_ids": [],
    "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"
}