Information about plays

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

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

{
    "id": 2675850,
    "uri": "https://api.kexp.org/v2/plays/2675850/?format=api",
    "airdate": "2019-12-20T08:30:00-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/44f67ad5-cdff-3036-80e9-bee67402ded0/8824312033-250.jpg",
    "thumbnail_uri": "",
    "song": "Norway",
    "track_id": "2997bcc0-052e-3028-a8ab-c03b8ab6ec52",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Teen Dream",
    "release_id": "44f67ad5-cdff-3036-80e9-bee67402ded0",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2010-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 29.  This was Beach House's third album, but their first with Sub Pop.  It was recorded in upstate New York, in a converted church called Dreamland with producer/engineer Chris Coady (who has worked with TV on the Radio, Yeah Yeah Yeahs, Blonde Redhead, and a bunch of others).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}