Information about plays

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

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

{
    "id": 2675311,
    "uri": "https://api.kexp.org/v2/plays/2675311/?format=api",
    "airdate": "2019-12-19T09:27:37-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/066051db-e9ca-4610-a730-edb557923864/22328796626-250.jpg",
    "thumbnail_uri": "",
    "song": "The Barrel",
    "track_id": "d94a8902-5164-46f0-8e4d-dea00af95a55",
    "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": "#10 Most Played on JITM 2019 | Alright y'all we've reached the Top 10 played in the year here on the Morning Show! Get your cassettes ready... oh wait, nevermind. Here's Aldous Harding's official video for \"The Barrel\" - https://www.youtube.com/watch?v=QyZeJr5ppm8&feature=emb_title",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}