Information about plays

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

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

{
    "id": 376391,
    "uri": "https://api.kexp.org/v2/plays/376391/?format=api",
    "airdate": "2019-09-04T04:49:37-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wear Sunscreen",
    "track_id": "c2508f6c-f5cc-480a-adc3-aed5dd3877bd",
    "recording_id": null,
    "artist": "Peach Pyramid",
    "artist_ids": [
        "0b48fce7-650a-48c8-9c99-caf945c78af5"
    ],
    "album": "Bright Blue",
    "release_id": "15d1972a-f3bc-4d87-916b-7d74bd4f130a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Victoria, BC’s Peach Pyramid is comprised of Jen Severtson, Adrian Heim and Rowan Mackenzie. In 2017 Peach Pyramid released their debut LP Repeating Myself, on Oscar St Records. Bright Blue, the band was Re-joined by producers Colin Stewart (Dan Mangan, Black Mountain, Destroyer) and Kathryn Calder (The New Pornographers, Frontperson, Immaculate Machine).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}