Information about plays

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

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

{
    "id": 2676645,
    "uri": "https://api.kexp.org/v2/plays/2676645/?format=api",
    "airdate": "2019-12-22T05:33:22-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f14c88a-04b0-4379-a357-47c7c464df2d/24469895526-250.jpg",
    "thumbnail_uri": "",
    "song": "Essentially",
    "track_id": "a47a392f-7dd2-4ddd-90cd-6845b4b65ba7",
    "recording_id": null,
    "artist": "Japanese Breakfast",
    "artist_ids": [
        "8c529495-91f5-4e2f-b71b-adcb66878d04"
    ],
    "album": "Essentially",
    "release_id": "4f14c88a-04b0-4379-a357-47c7c464df2d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New track from Japaneses Breakfast this year. Check out when she performed at KEXP in 2018. https://www.youtube.com/watch?v=xFKH42R8wak&feature=emb_title",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}