Information about plays

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

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

{
    "id": 2683244,
    "uri": "https://api.kexp.org/v2/plays/2683244/?format=api",
    "airdate": "2020-01-07T12:17:19-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://coverartarchive.org/release/22575b9e-fad0-49a9-81e1-1f22ffcbaca2/9544311626.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22575b9e-fad0-49a9-81e1-1f22ffcbaca2/9544311626-250.jpg",
    "song": "Locked Out",
    "track_id": null,
    "recording_id": "96d553d5-2b3a-41a8-b2dd-1287549682d4",
    "artist": "Crowded House",
    "artist_ids": [
        "9854d99f-d954-4c0f-9ae5-58a0cdd885f5"
    ],
    "album": "Together Alone",
    "release_id": null,
    "release_group_id": "cd882a59-e4e6-380e-be75-b917a94b93c5",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crowded House recorded some of the best pop music of the late '80s and early '90s. Leader Neil Finn's carefully crafted songs, meticulous eye for lyrical detail, and gift for melody are matched by few other songwriters.\"  Here's an Allmusic biography of this important band: https://www.allmusic.com/artist/crowded-house-mn0000130173/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}