Information about plays

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

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

{
    "id": 2675050,
    "uri": "https://api.kexp.org/v2/plays/2675050/?format=api",
    "airdate": "2019-12-18T19:39:45-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tunnel of a Dream",
    "track_id": "803cc2b5-b237-4da0-964b-73f256ebdd89",
    "recording_id": null,
    "artist": "TK",
    "artist_ids": [
        "ef834684-8798-4073-a891-eb43ff113d6c"
    ],
    "album": "Arguably OK",
    "release_id": "45db267c-19a1-42da-aa21-aff14b956ba9",
    "release_group_id": null,
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fri 1/3 @ Tractor ; #10 album of 2019 ; this song live: https://www.youtube.com/watch?v=oA6s-Wl8Wqk ; https://www.facebook.com/tkandtheholyknownothings ; https://www.tkandtheholyknownothings.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}