Information about plays

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

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

{
    "id": 348541,
    "uri": "https://api.kexp.org/v2/plays/348541/?format=api",
    "airdate": "2019-07-01T07:24:59-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/8a832adc-84a3-4d50-b43b-627a453f263f/12038486966-250.jpg",
    "thumbnail_uri": "",
    "song": "Pink Turns to Blue",
    "track_id": "6ab82e07-c093-43f4-ba6c-7581be702159",
    "recording_id": null,
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Zen Arcade",
    "release_id": "8a832adc-84a3-4d50-b43b-627a453f263f",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-12-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the double album released on this day in 1984!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}