Information about plays

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

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

{
    "id": 343238,
    "uri": "https://api.kexp.org/v2/plays/343238/?format=api",
    "airdate": "2019-06-19T00:50:34-07:00",
    "show": 5722,
    "show_uri": "https://api.kexp.org/v2/shows/5722/?format=api",
    "image_uri": "http://coverartarchive.org/release/a8757a85-463b-4b64-bb1c-9a3b073d7c30/22533276893-250.jpg",
    "thumbnail_uri": "",
    "song": "Won’t Last Long",
    "track_id": "d906c218-144b-4ed6-92d5-c06c2d053a5d",
    "recording_id": null,
    "artist": "JR JR",
    "artist_ids": [
        "d690733f-62e9-46ee-8e52-3b906de73c97"
    ],
    "album": "Invocations / Conversations",
    "release_id": "a8757a85-463b-4b64-bb1c-9a3b073d7c30",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Jr Jr's KEXP In-Studio pre-name change when they were still Dale Earnhardt Jr Jr. https://www.kexp.org/read/2014/3/4/live-video-dale-earnhardt-jr-jr-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}