Information about plays

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

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

{
    "id": 351519,
    "uri": "https://api.kexp.org/v2/plays/351519/?format=api",
    "airdate": "2019-07-08T02:10:34-07:00",
    "show": 5859,
    "show_uri": "https://api.kexp.org/v2/shows/5859/?format=api",
    "image_uri": "http://coverartarchive.org/release/05a55b9d-6ea1-42c3-a285-2f671a8b1b8d/19524464122-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Call Her No Tramp",
    "track_id": "a0850f28-97c8-370d-8349-2d6f8a21bb7c",
    "recording_id": null,
    "artist": "Betty Davis",
    "artist_ids": [
        "bb17dc42-ecaf-42ca-aa35-b23207573060"
    ],
    "album": "They Say I'm Different",
    "release_id": "05a55b9d-6ea1-42c3-a285-2f671a8b1b8d",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2007-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}