Information about plays

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

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

{
    "id": 3551856,
    "uri": "https://api.kexp.org/v2/plays/3551856/?format=api",
    "airdate": "2025-09-11T21:56:53-07:00",
    "show": 64536,
    "show_uri": "https://api.kexp.org/v2/shows/64536/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d964338-cc28-4175-ae0c-00632ef368a2/37643029316-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d964338-cc28-4175-ae0c-00632ef368a2/37643029316-250.jpg",
    "song": "LOVE TRIP",
    "track_id": null,
    "recording_id": "67e62cea-bb06-47cd-af58-4e3858a80f20",
    "artist": "間宮貴子",
    "artist_ids": [
        "2612af4b-9c09-4244-b03c-bfdc75c5664a"
    ],
    "album": "LOVE TRIP",
    "release_id": null,
    "release_group_id": "3b03f2df-1fc0-4572-8b90-8f952a2a9fcb",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "間宮貴子 (Mamiya Takako) is a former Japanese singer. She began her career as part of the jazz trio PAO, which she departed from shortly after its formation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}