Information about plays

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

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

{
    "id": 369792,
    "uri": "https://api.kexp.org/v2/plays/369792/?format=api",
    "airdate": "2019-08-20T08:08:49-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/bb7a34ce-3fd6-4160-b908-1e5dd6635fdb/9716771346-250.jpg",
    "thumbnail_uri": "",
    "song": "This Town",
    "track_id": "0b336d88-e626-43bc-b7f6-8f6abf77132f",
    "recording_id": null,
    "artist": "The Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": "bb7a34ce-3fd6-4160-b908-1e5dd6635fdb",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}