Information about plays

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

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

{
    "id": 433331,
    "uri": "https://api.kexp.org/v2/plays/433331/?format=api",
    "airdate": "2001-06-10T18:31:45-07:00",
    "show": 7290,
    "show_uri": "https://api.kexp.org/v2/shows/7290/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QCC2SZDQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QCC2SZDQL._SL75_.jpg",
    "song": "Operation Lockdown",
    "track_id": "1831bebc-2670-4ffd-aad2-f54653576a22",
    "recording_id": null,
    "artist": "Heltah Skeltah",
    "artist_ids": [
        "c9f667d8-2da2-4aea-81cd-a42f3affc560"
    ],
    "album": "Nocturnal",
    "release_id": "644fca11-6c11-4090-b296-929606a9458a",
    "release_group_id": null,
    "labels": [
        "Duck Down"
    ],
    "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"
}