Information about plays

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

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

{
    "id": 3594780,
    "uri": "https://api.kexp.org/v2/plays/3594780/?format=api",
    "airdate": "2025-12-23T06:26:35-08:00",
    "show": 65454,
    "show_uri": "https://api.kexp.org/v2/shows/65454/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Parque",
    "track_id": "67e73488-5176-4550-a18f-ddde4a235f0d",
    "recording_id": "e2cc4259-717f-45b7-86c7-82fbab170e4d",
    "artist": "Maria Rodés feat. La Bien Querida",
    "artist_ids": [
        "dbaf66c4-3014-4eb4-af25-12bf2cdefbfe",
        "9ee8ee7a-69aa-41c7-b477-80db98d66ab5"
    ],
    "album": "Lo Que Me Pasa",
    "release_id": "c9c2b3f0-e21b-480b-ba29-6287fc37fea2",
    "release_group_id": "e5c9e345-ebf8-496e-b963-124e97aea45a",
    "labels": [
        "Elefant Records"
    ],
    "label_ids": [
        "59dbf7f7-da6e-4795-8465-eb612639a39b"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maria Rodés continues to dazzle with her new project, this time joined by LA BIEN QUERIDA on “El Parque”, a radiant electro-pop single that moves gracefully between the intimate and the everyday.\n\nMaria Rodés creates folk-pop that combines singer-songwriting, Latin American folklore, delicate, exquisite arrangements and sonic experimentation.\n\nhttps://mariarodesmusic.bandcamp.com/album/el-parque",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}