Information about plays

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

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

{
    "id": 2681557,
    "uri": "https://api.kexp.org/v2/plays/2681557/?format=api",
    "airdate": "2020-01-03T08:14:47-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://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": true,
    "is_live": false,
    "comment": "Aldous Harding's third album, \"Designer,\" is \"a thing of beauty.\": https://www.theguardian.com/music/2019/apr/25/aldous-harding-designer-review-psychedelic-pop-4ad-album  She was live in the KEXP studio last October.  Watch for that video to be posted on our Youtube channel soon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}