Information about plays

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

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

{
    "id": 3548130,
    "uri": "https://api.kexp.org/v2/plays/3548130/?format=api",
    "airdate": "2025-09-02T20:31:02-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Es una veneno",
    "track_id": null,
    "recording_id": "5634f30c-cd16-4c95-87f0-73ef59fafbe2",
    "artist": "Clara Serra López",
    "artist_ids": [
        "bb1e5f7c-f6f4-4b60-99ee-6d89e6e7d3dc"
    ],
    "album": "Lengua Materna (Part I)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Real World X"
    ],
    "label_ids": [
        "ff495384-920a-4ea4-b4e7-8f7652dfceeb"
    ],
    "release_date": "2025-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clara Serra López is a Spanish born vocalist, composer, songwriter and keys player based in London with Catalan and Cuban heritage. Today, Friday 25 July, she releases her debut EP ‘Lengua Materna (Part I)’ via Real World X.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}