Information about plays

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

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

{
    "id": 348236,
    "uri": "https://api.kexp.org/v2/plays/348236/?format=api",
    "airdate": "2019-06-30T12:31:58-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "http://coverartarchive.org/release/af66596d-f676-4d65-977e-0b47ff178afc/6382838453-250.jpg",
    "thumbnail_uri": "",
    "song": "Paranoimia (extended version)",
    "track_id": "e1cb1b8a-7661-34b8-b9ed-fb4682aaa3ba",
    "recording_id": null,
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "The Best of the Art of Noise",
    "release_id": "af66596d-f676-4d65-977e-0b47ff178afc",
    "release_group_id": null,
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "With Max Headroom. Hi Kids! https://www.youtube.com/watch?v=6epzmRZk6UU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}