Information about plays

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

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

{
    "id": 2676589,
    "uri": "https://api.kexp.org/v2/plays/2676589/?format=api",
    "airdate": "2019-12-22T02:52:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stuck In A Dream (feat. Gunna)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil Mosey",
    "artist_ids": [
        "330e00e4-7991-4b47-b2be-3881aa5afed6"
    ],
    "album": "Certified Hitmaker",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mountlake Terrace local, Lil Mosey dropped out of high school to pursue a musical career in 2018. Gunna featured again on this track from Lil Mosey's second studio album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}