Information about plays

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

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

{
    "id": 345191,
    "uri": "https://api.kexp.org/v2/plays/345191/?format=api",
    "airdate": "2019-06-23T14:31:00-07:00",
    "show": 5755,
    "show_uri": "https://api.kexp.org/v2/shows/5755/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Intelligent Lovers",
    "track_id": "1eb3d0e4-0ad3-35be-a591-cd64b74ee27e",
    "recording_id": null,
    "artist": "Kim Baxter",
    "artist_ids": [
        "c582645a-c572-426b-9376-78c2222b98d6"
    ],
    "album": "The Tale of Me and You",
    "release_id": "5f5f0559-259e-4a15-8c95-4813a64ce44e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2012-04-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland musician Kim Baxter also plays in All Girl Summer Fun Band. https://kimbaxter.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}