Information about plays

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

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

{
    "id": 346857,
    "uri": "https://api.kexp.org/v2/plays/346857/?format=api",
    "airdate": "2019-06-27T06:54:25-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbroken, in Disrepair",
    "track_id": "4288c7ae-61ea-3fb4-bf1b-cde33e00992e",
    "recording_id": null,
    "artist": "Dan Auerbach",
    "artist_ids": [
        "fa4f4b89-3ddc-4e97-88fa-0e30121f986a"
    ],
    "album": "Keep It Hid",
    "release_id": "c027554e-5679-4e57-bb37-c68c739c619b",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2009-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Keep It Hid</i> is the first of two solo albums that have been released from The Black Keys frontman. Watch him performing for KEXP last year here: https://www.youtube.com/watch?v=2-CTTjivEcA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}