Information about plays

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

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

{
    "id": 3574033,
    "uri": "https://api.kexp.org/v2/plays/3574033/?format=api",
    "airdate": "2025-11-04T20:12:54-08:00",
    "show": 65024,
    "show_uri": "https://api.kexp.org/v2/shows/65024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lekkos Ramle",
    "track_id": null,
    "recording_id": null,
    "artist": "Prefaces",
    "artist_ids": [
        "f1cbae41-30a2-4dbb-9a75-8da467072843"
    ],
    "album": "Acqua Marina",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ruptured"
    ],
    "label_ids": [
        "7aa7aa1f-530a-4fdf-b1c7-0e46d85127ad"
    ],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from the Lebanese trio of Charif Megarbane (Habibi Funk, Cosmic Analog Ensemble, Hisstology Records), Salim Naffah (Alko B), and Pascal Semerdjian (Postcards, SANAM).\n\nhttps://hisstology.bandcamp.com/album/acqua-marina-ruptured-hisstology",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}