Information about plays

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

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

{
    "id": 3410994,
    "uri": "https://api.kexp.org/v2/plays/3410994/?format=api",
    "airdate": "2024-10-10T18:30:20-07:00",
    "show": 61539,
    "show_uri": "https://api.kexp.org/v2/shows/61539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Iceblink Luck",
    "track_id": "acc8294a-3ed0-3956-8f04-16230aa10bca",
    "recording_id": "9f94dca3-c874-475e-b5f1-2d8be07a1715",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "f96df5d2-4ef9-3ef4-a4be-c743802b6f1e",
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1990-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!\n\nThe title of this song never appears in the lyrics. An iceblink is a reflection of light off of large masses of ice, which can cause optical illusions in the sky.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}