Information about plays

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

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

{
    "id": 2670643,
    "uri": "https://api.kexp.org/v2/plays/2670643/?format=api",
    "airdate": "2019-12-08T15:10:04-08:00",
    "show": 46104,
    "show_uri": "https://api.kexp.org/v2/shows/46104/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e1f7386-858f-49ba-9a48-fcdede81d0ed/24813938211-250.jpg",
    "thumbnail_uri": "",
    "song": "Posthumous Forgiveness",
    "track_id": "3edfb409-8511-4c51-97bc-1f625e43e711",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Posthumous Forgiveness",
    "release_id": "4e1f7386-858f-49ba-9a48-fcdede81d0ed",
    "release_group_id": null,
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2019-12-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Parker sends us to another place on “Posthumous Forgiveness,” an epic and emotional new number lifted from Tame Impala’s forthcoming studio album.\n\nClocking in at a touch over six minutes, “Posthumous Forgiveness” is deep in every detail. On it, Parker explores his relationship with his late father Jerry, with whom the Australian artist had an estranged relationship (Parker senior died a decade ago at 61 years of age, following a battle with skin cancer).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}