Information about plays

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

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

{
    "id": 349639,
    "uri": "https://api.kexp.org/v2/plays/349639/?format=api",
    "airdate": "2019-07-03T15:45:28-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?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": "Headlining the mainstage at Capitol Hill Block Party on Saturday, July 20th.  https://www.capitolhillblockparty.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}