Information about plays

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

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

{
    "id": 2681427,
    "uri": "https://api.kexp.org/v2/plays/2681427/?format=api",
    "airdate": "2020-01-03T00:11:09-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Roller",
    "track_id": "dcd9ea8f-8a3c-4942-9a1f-533bc8c65661",
    "recording_id": null,
    "artist": "Kamaal Williams",
    "artist_ids": [
        "fe5e321e-cbea-4b2d-8bfa-9c9074bed66d"
    ],
    "album": "Back to Mine: Jungle",
    "release_id": "3e90c88c-bfce-410d-9c2f-babd140a58c9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London, UK https://backtomine.bandcamp.com/track/high-roller",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}