Information about plays

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

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

{
    "id": 3428195,
    "uri": "https://api.kexp.org/v2/plays/3428195/?format=api",
    "airdate": "2024-11-21T08:44:51-08:00",
    "show": 61907,
    "show_uri": "https://api.kexp.org/v2/shows/61907/?format=api",
    "image_uri": "https://ia800507.us.archive.org/5/items/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd-13976706754_thumb500.jpg",
    "thumbnail_uri": "https://ia600507.us.archive.org/5/items/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd/mbid-bc0890e8-2bae-4b31-8357-873a44caffbd-13976706754_thumb250.jpg",
    "song": "Mary, Mary",
    "track_id": "52bc36d2-923e-3c20-ae58-13c269b27fb8",
    "recording_id": "9ea93d71-e9f0-4976-bd8a-0ad351bb16b3",
    "artist": "The Monkees",
    "artist_ids": [
        "b8549efe-f4fd-4dc0-8ef1-226e9c400233"
    ],
    "album": "Greatest Hits",
    "release_id": "bc0890e8-2bae-4b31-8357-873a44caffbd",
    "release_group_id": "db6aee89-fb19-3356-8183-bed394c08cdb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Michael Nesmith wrote this song before he joined The Monkees. It was first recorded by The Paul Butterfield Blues Band - and covered/sampled by the Run-D.M.C song we just heard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}