Information about plays

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

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

{
    "id": 382910,
    "uri": "https://api.kexp.org/v2/plays/382910/?format=api",
    "airdate": "2019-09-19T09:57:31-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/066051db-e9ca-4610-a730-edb557923864/22328796626-250.jpg",
    "thumbnail_uri": "",
    "song": "Fixture Picture",
    "track_id": "d3a16cba-d14f-4036-a925-f575077ea6df",
    "recording_id": null,
    "artist": "Aldous Harding",
    "artist_ids": [
        "1d779dfd-d292-48b5-b232-a09687b9881a"
    ],
    "album": "Designer",
    "release_id": "066051db-e9ca-4610-a730-edb557923864",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aldous Harding will be at the Tractor Tavern on October 15th and 16th, so get those tickets now! This has been The Morning Show, Cheryl's got y'all for the next four hours, byeee!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}