Information about plays

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

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

{
    "id": 3572331,
    "uri": "https://api.kexp.org/v2/plays/3572331/?format=api",
    "airdate": "2025-10-31T19:55:47-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "https://coverartarchive.org/release/82325fb8-1693-4848-9fb6-c39a5e00f58c/15680677744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82325fb8-1693-4848-9fb6-c39a5e00f58c/15680677744-250.jpg",
    "song": "Ghir Enta",
    "track_id": null,
    "recording_id": "da3770e9-53a2-4f2a-bd07-d3144ce863af",
    "artist": "Souad Massi",
    "artist_ids": [
        "0f7a9866-5644-4a45-9781-b87e60eb3269"
    ],
    "album": "Caterpillar, Volume 7",
    "release_id": null,
    "release_group_id": "f9851e05-07c4-4868-887d-aa0acd9fdebb",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Souad Massi is an Algerian Berber singer, songwriter and guitarist. She began her career performing in the Kabyle political rock band Atakor, before leaving the country following a series of death threats.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}