Information about plays

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

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

{
    "id": 452277,
    "uri": "https://api.kexp.org/v2/plays/452277/?format=api",
    "airdate": "2001-08-04T21:32:18-07:00",
    "show": 7651,
    "show_uri": "https://api.kexp.org/v2/shows/7651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "C'etait bon, tres bon",
    "track_id": "37947879-9efe-4cd7-bf89-6714a7ceda2a",
    "recording_id": null,
    "artist": "Hot Sauce",
    "artist_ids": [
        "e8a5bc0b-d848-4c0c-9935-44c2b4cb8bad"
    ],
    "album": "Smokedown: 2 Further Travels Into the Leftfield (disc 1)",
    "release_id": "99726171-c20f-4ec5-b283-3ed9b0f37620",
    "release_group_id": null,
    "labels": [
        "Sahko"
    ],
    "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"
}