Information about plays

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

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

{
    "id": 2675271,
    "uri": "https://api.kexp.org/v2/plays/2675271/?format=api",
    "airdate": "2019-12-19T07:24:38-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/42306580-ccf0-4e50-917d-762fe5507701/24191117060-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Waste My Time",
    "track_id": "400f8610-5ad4-4196-974e-13c4ff284c9d",
    "recording_id": null,
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "5",
    "release_id": "42306580-ccf0-4e50-917d-762fe5507701",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#39 Most Played on JITM 2019 | The album itself comes in at #1 though! https://www.kexp.org/read/2019/11/18/2019-top-ten-list-spotlight-john-richards/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}