Information about plays

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

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

{
    "id": 352467,
    "uri": "https://api.kexp.org/v2/plays/352467/?format=api",
    "airdate": "2019-07-10T06:35:30-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Opened",
    "track_id": "a5a90b76-6cfc-4190-b5c3-31bea1bab0d4",
    "recording_id": null,
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Pod",
    "release_id": "f988b718-73dc-4d53-8775-98e539443ffc",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1988, Kim Deal of the Pixies became friends with Tanya Donelly of Throwing Muses when their respective bands undertook a joint tour of Europe. Deal and Donelly spent time together playing guitar, drinking beer and sharing musical ideas. They often went clubbing together in the bands' hometown of Boston. While attending a Sugarcubes concert, the two drunkenly decided to write and record dance songs. Thus, Breeders.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}