Information about plays

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

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

{
    "id": 350121,
    "uri": "https://api.kexp.org/v2/plays/350121/?format=api",
    "airdate": "2019-07-04T17:50:54-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/0491813b-1bad-3340-84af-278d44db4f0d/22765524703-250.jpg",
    "thumbnail_uri": "",
    "song": "California Stars",
    "track_id": "e1567ab0-e9fb-320b-af35-ccdabaeb943c",
    "recording_id": null,
    "artist": "Billy Bragg & Wilco",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Mermaid Avenue",
    "release_id": "0491813b-1bad-3340-84af-278d44db4f0d",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1998-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}