Information about plays

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

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

{
    "id": 2678569,
    "uri": "https://api.kexp.org/v2/plays/2678569/?format=api",
    "airdate": "2019-12-26T23:29:42-08:00",
    "show": 46230,
    "show_uri": "https://api.kexp.org/v2/shows/46230/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d263972-0a7d-4db8-aa39-a751d8fda7cc/14880032863-250.jpg",
    "thumbnail_uri": "",
    "song": "Everybody Knows About My Good Thing",
    "track_id": "1e5f4bd6-1295-47d2-909f-2072827b367e",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Blue & Lonesome",
    "release_id": "6d263972-0a7d-4db8-aa39-a751d8fda7cc",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}