Information about plays

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

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

{
    "id": 3546432,
    "uri": "https://api.kexp.org/v2/plays/3546432/?format=api",
    "airdate": "2025-08-29T19:56:49-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Vibes",
    "track_id": null,
    "recording_id": null,
    "artist": "Didi B",
    "artist_ids": [
        "8acc17e2-10d4-42e4-8d3c-9e03aabef8d4"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Didi B, whose real name is Bassa Zérehoué Diyilem, is an Ivorian rapper and songwriter who blends hip-hop and Afro-pop. Known for his captivating melodies and sharp lyrics, he's a central figure in the rap ivoire genre, which uses the local creole Nouchi to tell stories about Ivorian youth. Didi B started his career in the early 2010s with the group Kiff No Beat, who became the first African hip-hop group signed by Universal Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}