Information about plays

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

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

{
    "id": 352438,
    "uri": "https://api.kexp.org/v2/plays/352438/?format=api",
    "airdate": "2019-07-10T04:55:35-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "http://coverartarchive.org/release/24c99b7d-b243-450d-8477-46dfd4a8bfa3/948171837-250.jpg",
    "thumbnail_uri": "",
    "song": "Lazuli",
    "track_id": "5cecef09-1189-3657-9508-7020574b2acb",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "24c99b7d-b243-450d-8477-46dfd4a8bfa3",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beach House is an American dream pop duo formed in Baltimore, Maryland in 2004. The band consists of vocalist and keyboardist Victoria Legrand and guitarist, keyboardist, and backup vocalist Alex Scally",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}