Information about plays

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

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

{
    "id": 376929,
    "uri": "https://api.kexp.org/v2/plays/376929/?format=api",
    "airdate": "2019-09-05T08:14:00-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pictures of Matchstick Men",
    "track_id": "6bf97e01-4d40-4039-af97-9195489f4b59",
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Key Lime Pie",
    "release_id": "82259c3b-21e3-4c97-a91a-bd073b0ddafe",
    "release_group_id": null,
    "labels": [
        "Omnivore Recordings"
    ],
    "label_ids": [],
    "release_date": "1989-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 30th birthday to Camper Van Beethoven's 'Key Lime Pie,' released on this day in 1989! They broke up after releasing this one, but then got back together about a decade later",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}