Information about plays

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

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

{
    "id": 2680122,
    "uri": "https://api.kexp.org/v2/plays/2680122/?format=api",
    "airdate": "2019-12-30T23:23:45-08:00",
    "show": 46261,
    "show_uri": "https://api.kexp.org/v2/shows/46261/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2b1f669-d650-42b9-8ed1-09934fb84235/17587479257-250.jpg",
    "thumbnail_uri": "",
    "song": "Für Hildegard von Bingen",
    "track_id": "493130b2-7283-4239-9c7d-5136a7cfebc8",
    "recording_id": null,
    "artist": "Devendra Banhart",
    "artist_ids": [
        "0110e63e-0a9b-4818-af8e-41e180c20b9a"
    ],
    "album": "Mala",
    "release_id": "d2b1f669-d650-42b9-8ed1-09934fb84235",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}