Information about plays

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

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

{
    "id": 352405,
    "uri": "https://api.kexp.org/v2/plays/352405/?format=api",
    "airdate": "2019-07-10T03:01:43-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost in Space",
    "track_id": "14da90fe-857e-336d-8b1b-02523fbf6afe",
    "recording_id": null,
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Lost in Space",
    "release_id": "1b5879b4-b093-45e0-9ac6-a63f24b965d3",
    "release_group_id": null,
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2002-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mann began her career in the 1980s as the bassist and a vocalist for 'Til Tuesday. She released her debut solo album, Whatever, in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}