Information about plays

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

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

{
    "id": 3575247,
    "uri": "https://api.kexp.org/v2/plays/3575247/?format=api",
    "airdate": "2025-11-07T19:43:04-08:00",
    "show": 65048,
    "show_uri": "https://api.kexp.org/v2/shows/65048/?format=api",
    "image_uri": "https://coverartarchive.org/release/9aac8dbe-c643-48b2-91d0-ebdfb71f4e70/35819582988-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9aac8dbe-c643-48b2-91d0-ebdfb71f4e70/35819582988-250.jpg",
    "song": "Duffel Bag",
    "track_id": null,
    "recording_id": "0c6838f6-429b-4d2d-81b3-3f7075eb0d24",
    "artist": "Joeboy",
    "artist_ids": [
        "719feeff-47ab-482b-8101-859cac49776b"
    ],
    "album": "Body & Soul",
    "release_id": null,
    "release_group_id": "97102cd6-c661-4d3e-9ed2-b2099a5165c6",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joeboy's real breakout came with “Baby” (2019) an infectious Afro-pop hit that quickly racked up millions of streams and introduced his smooth, romantic sound to a wider audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}