Information about plays

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

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

{
    "id": 3551551,
    "uri": "https://api.kexp.org/v2/plays/3551551/?format=api",
    "airdate": "2025-09-11T03:41:34-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia800702.us.archive.org/3/items/mbid-64100601-14c4-410d-9756-e91948c749b0/mbid-64100601-14c4-410d-9756-e91948c749b0-11928068307_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/3/items/mbid-64100601-14c4-410d-9756-e91948c749b0/mbid-64100601-14c4-410d-9756-e91948c749b0-11928068307_thumb250.jpg",
    "song": "As Long as it's Purple and Green",
    "track_id": "3ba5d1f2-7285-33da-9c51-9c32ff1d79d6",
    "recording_id": "b094748d-652c-455b-9a6b-763f1d62d474",
    "artist": "The Legendary Pink Dots",
    "artist_ids": [
        "38f0dd4f-bcbb-4e7a-afae-a41a2bbf9d74"
    ],
    "album": "Nemesis Online",
    "release_id": "64100601-14c4-410d-9756-e91948c749b0",
    "release_group_id": "9ea3572f-a994-3c37-90c6-ddcae4adc943",
    "labels": [
        "Soleilmoon Recordings"
    ],
    "label_ids": [
        "2e3a7c8b-c5b1-43f9-b0a0-c7b3e2d21883"
    ],
    "release_date": "1998-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}