Information about plays

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

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

{
    "id": 3601127,
    "uri": "https://api.kexp.org/v2/plays/3601127/?format=api",
    "airdate": "2026-01-06T19:35:40-08:00",
    "show": 65582,
    "show_uri": "https://api.kexp.org/v2/shows/65582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tears In The Sea",
    "track_id": null,
    "recording_id": null,
    "artist": "Iko Chérie",
    "artist_ids": [
        "c76920cf-9979-436d-a9c1-73d91124191c"
    ],
    "album": "Soft Centre",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pingipung"
    ],
    "label_ids": [
        "65c3a28c-f718-47ce-8a54-11d6312b57d4"
    ],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soft Centre is the new album by Iko Chérie, the solo project of French-born, London-based multi-instrumentalist Marie Merlet. She blends dub-inflected textures, pop tinged vocals, reverb-drenched guitars, Casio drones, and warm experimental noises – creating her own intimate, fragile sound. \n\nhttps://ikocherie.bandcamp.com/album/soft-centre",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}