Information about plays

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

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

{
    "id": 3621398,
    "uri": "https://api.kexp.org/v2/plays/3621398/?format=api",
    "airdate": "2026-02-23T19:47:38-08:00",
    "show": 66014,
    "show_uri": "https://api.kexp.org/v2/shows/66014/?format=api",
    "image_uri": "https://coverartarchive.org/release/19783c8f-9cf5-4030-aa76-be0d30ee8e75/5851717016-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19783c8f-9cf5-4030-aa76-be0d30ee8e75/5851717016-250.jpg",
    "song": "It's A Good feeling",
    "track_id": null,
    "recording_id": null,
    "artist": "Joe Bataan",
    "artist_ids": [
        "de7d54d7-0fce-4fb9-84f0-6fee794335d2"
    ],
    "album": "Riot!",
    "release_id": null,
    "release_group_id": "88ed6945-812f-3795-8425-788f7f4b5841",
    "labels": [
        "Fania Records"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Bataan’s “It’s a Good Feeling,” from Riot! (1968), reflects the early Latin soul movement emerging in New York. Blending R&B, boogaloo, and salsa elements, Bataan became one of Fania’s key crossover figures, bridging Black and Latino musical communities in the city.\n***\n“It’s a Good Feeling”, del álbum Riot! (1968), representa el auge del Latin soul en Nueva York. Joe Bataan fusionó R&B, boogaloo y elementos salseros, convirtiéndose en una figura clave del cruce entre comunidades afroamericanas y latinas dentro del catálogo Fania.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}