Information about plays

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

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

{
    "id": 2683234,
    "uri": "https://api.kexp.org/v2/plays/2683234/?format=api",
    "airdate": "2020-01-07T11:47:12.090000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia800908.us.archive.org/1/items/mbid-8352d423-c9b0-4a5f-a951-6e91432f5893/mbid-8352d423-c9b0-4a5f-a951-6e91432f5893-22506373742.jpg",
    "thumbnail_uri": "https://ia800908.us.archive.org/1/items/mbid-8352d423-c9b0-4a5f-a951-6e91432f5893/mbid-8352d423-c9b0-4a5f-a951-6e91432f5893-22506373742_thumb250.jpg",
    "song": "The Itch",
    "track_id": "84307589-1d42-4b8b-84f9-7acd591a9a28",
    "recording_id": null,
    "artist": "Crows",
    "artist_ids": [
        "eda49ef5-b4d8-41a3-a666-b5a011258909"
    ],
    "album": "Cold Comfort",
    "release_id": "8352d423-c9b0-4a5f-a951-6e91432f5893",
    "release_group_id": "adb9b0e9-38b1-4363-b7bd-8eda00e03cbf",
    "labels": [
        "telharmonium"
    ],
    "label_ids": [
        "e18cbf2a-4ab9-4394-8854-742efe983783"
    ],
    "release_date": "2016-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band says, \"'The Itch' is about a feeling, one that most people will have experienced at some point, a feeling of wanting to be rid of something or someone but with an inability to let it go.\"  Read a 2016 interview with Crows: https://www.gigwise.com/news/108433/crows-band-london-new-ep-cold-comfort-the-itch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}