Information about plays

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

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

{
    "id": 343854,
    "uri": "https://api.kexp.org/v2/plays/343854/?format=api",
    "airdate": "2019-06-20T08:36:45-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "http://coverartarchive.org/release/41177bc8-1aec-4f54-ad53-6f18f163e766/16341346958-250.jpg",
    "thumbnail_uri": "",
    "song": "Punk Rock Girl",
    "track_id": "9aec75f9-beec-3506-b6db-a0d3b0624f5a",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Beelzebubba",
    "release_id": "41177bc8-1aec-4f54-ad53-6f18f163e766",
    "release_group_id": null,
    "labels": [
        "Enigma Records"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}