Information about plays

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

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

{
    "id": 351682,
    "uri": "https://api.kexp.org/v2/plays/351682/?format=api",
    "airdate": "2019-07-08T11:24:46-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/d210efaf-173e-4527-8974-1b44d184e2ac/18224485304-250.jpg",
    "thumbnail_uri": "",
    "song": "Birdhouse in Your Soul",
    "track_id": "01d4521a-f2ef-3471-9f83-f1f880d8f878",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "A User’s Guide to They Might Be Giants",
    "release_id": "d210efaf-173e-4527-8974-1b44d184e2ac",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}