Information about plays

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

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

{
    "id": 441246,
    "uri": "https://api.kexp.org/v2/plays/441246/?format=api",
    "airdate": "2001-07-03T18:36:00-07:00",
    "show": 7444,
    "show_uri": "https://api.kexp.org/v2/shows/7444/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YA86YH3XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YA86YH3XL._SL75_.jpg",
    "song": "Yakhalbi Khali L'Hal (dub)",
    "track_id": "02adf5ce-d561-4e5a-9351-ebd2072e1391",
    "recording_id": null,
    "artist": "Lili Boniche",
    "artist_ids": [
        "153aede6-e16f-46f6-a621-283af0b443a0"
    ],
    "album": "Boniche Dub",
    "release_id": "9185682c-069a-4ba8-926a-fc39076d3cfa",
    "release_group_id": null,
    "labels": [
        "kabel unknown ( french import0"
    ],
    "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"
}