Information about plays

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

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

{
    "id": 2683310,
    "uri": "https://api.kexp.org/v2/plays/2683310/?format=api",
    "airdate": "2020-01-07T14:00:39.951000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia801402.us.archive.org/4/items/mbid-17d937d9-e55d-4ecf-abca-e4d50804cabe/mbid-17d937d9-e55d-4ecf-abca-e4d50804cabe-25011672464.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/4/items/mbid-17d937d9-e55d-4ecf-abca-e4d50804cabe/mbid-17d937d9-e55d-4ecf-abca-e4d50804cabe-25011672464_thumb250.jpg",
    "song": "Sparkle",
    "track_id": "0e7ae6bd-e563-47af-8fea-2df2b813570e",
    "recording_id": null,
    "artist": "Coma",
    "artist_ids": [
        "e3e66621-351c-454e-ba1f-bf2844bf7aba"
    ],
    "album": "Voyage Voyage",
    "release_id": "17d937d9-e55d-4ecf-abca-e4d50804cabe",
    "release_group_id": "1c37df05-c4af-45ac-b9b5-352ead0df3b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.kexp.org/read/2019/12/2/new-music-reviews-122/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}