Information about plays

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

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

{
    "id": 3667247,
    "uri": "https://api.kexp.org/v2/plays/3667247/?format=api",
    "airdate": "2026-06-13T07:10:11-07:00",
    "show": 66976,
    "show_uri": "https://api.kexp.org/v2/shows/66976/?format=api",
    "image_uri": "https://coverartarchive.org/release/53698866-f39b-35c4-8ec9-792e58e7c352/23690712833-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53698866-f39b-35c4-8ec9-792e58e7c352/23690712833-250.jpg",
    "song": "Gracias a la vida",
    "track_id": null,
    "recording_id": "e03e6e95-fe36-496b-8712-95240ec98de1",
    "artist": "Mercedes Sosa",
    "artist_ids": [
        "324b9329-7be6-491f-9ee1-65bfa10c7577"
    ],
    "album": "30 años",
    "release_id": null,
    "release_group_id": "7058ff80-19c9-3c76-b1ab-153c91438bae",
    "labels": [
        "Universal Music Argentina"
    ],
    "label_ids": [
        "98acffbf-58a6-4edf-aeb1-8373abf199cc"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mestizo\n--\nHaydée Mercedes \"La Negra\" Sosa was an Argentine singer who was popular throughout Latin America and many countries outside the region. With her roots in Argentine folk music, Sosa became one of the preeminent exponents of El nuevo cancionero. She gave voice to songs written by many Latin American songwriters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}