Information about plays

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

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

{
    "id": 349225,
    "uri": "https://api.kexp.org/v2/plays/349225/?format=api",
    "airdate": "2019-07-02T20:46:02-07:00",
    "show": 5819,
    "show_uri": "https://api.kexp.org/v2/shows/5819/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orquídea",
    "track_id": "7452dfa1-8e52-4dd7-845b-83c3691a1857",
    "recording_id": null,
    "artist": "Quantic featuring Sly5thAve",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "f5e1664c-8d74-404b-8b53-70ac7f7ef27b",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "William Holland is an English musician, DJ and record producer. He is based in New York City, after spending seven years in Colombia. Holland records under various pseudonyms, including Quantic, the Quantic Soul Orchestra, The Limp Twins, Flowering Inferno, and Ondatrópica. Performing LIVE at Nectar Lounge on August 31st https://quanticmusic.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}