Information about plays

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

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

{
    "id": 3558063,
    "uri": "https://api.kexp.org/v2/plays/3558063/?format=api",
    "airdate": "2025-09-26T19:11:52-07:00",
    "show": 64669,
    "show_uri": "https://api.kexp.org/v2/shows/64669/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fdfad6e-887e-4b25-8982-5a363271fb5f/34071261776-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fdfad6e-887e-4b25-8982-5a363271fb5f/34071261776-250.jpg",
    "song": "Don’t You Know",
    "track_id": null,
    "recording_id": "080105ef-f5d4-4329-97f5-fed2d71a25a3",
    "artist": "Peter Abdul",
    "artist_ids": [
        "82dd53ad-b7ca-48ca-a8fd-595c896dd851"
    ],
    "album": "Doing It in Lagos: Boogie, Pop & Disco in 1980s Nigeria",
    "release_id": null,
    "release_group_id": "5303e487-f0af-4086-9bc3-81b519d66384",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though afrobeat, led by artists like Fela Kuti, dominated Nigerian music during the 1970s, Doing It In Lagos chronicles Nigerian music's move away from the afrocentric style of afrobeat and toward more American forms of pop music in the 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}