Information about plays

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

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

{
    "id": 2679048,
    "uri": "https://api.kexp.org/v2/plays/2679048/?format=api",
    "airdate": "2019-12-28T05:07:46-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/88f7e87f-6c38-4f18-aab0-67f7d671f388/10078014157-250.jpg",
    "thumbnail_uri": "",
    "song": "Where Are We Now?",
    "track_id": "68daf9b1-541c-364a-908d-4c4d011d5435",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Next Day",
    "release_id": "88f7e87f-6c38-4f18-aab0-67f7d671f388",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}