Information about plays

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

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

{
    "id": 351754,
    "uri": "https://api.kexp.org/v2/plays/351754/?format=api",
    "airdate": "2019-07-08T15:33:14-07:00",
    "show": 5862,
    "show_uri": "https://api.kexp.org/v2/shows/5862/?format=api",
    "image_uri": "http://coverartarchive.org/release/ef780572-2aac-4767-b13a-c0f466aa2fc0/22829647227-250.jpg",
    "thumbnail_uri": "",
    "song": "Soulmate",
    "track_id": "250d0123-460d-4b85-baf6-fdc01126bde4",
    "recording_id": null,
    "artist": "Lizzo",
    "artist_ids": [
        "8fb5370b-9568-4b61-9da5-2aa12c9928db"
    ],
    "album": "Cuz I Love You",
    "release_id": "ef780572-2aac-4767-b13a-c0f466aa2fc0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Capitol Hill Block Party taking place July 19-21st. Join KEXP broadcasting live from Retrofit Home https://www.kexp.org/events/chbp/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}