Information about plays

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

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

{
    "id": 3572338,
    "uri": "https://api.kexp.org/v2/plays/3572338/?format=api",
    "airdate": "2025-10-31T20:24:25-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "https://coverartarchive.org/release/25b0b867-b92a-4c3d-8e5d-dce3124cb5f0/31995059486-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25b0b867-b92a-4c3d-8e5d-dce3124cb5f0/31995059486-250.jpg",
    "song": "Loi",
    "track_id": null,
    "recording_id": "029f7912-a670-4fa4-a294-c00ad62f80dd",
    "artist": "Koffi Olomidé",
    "artist_ids": [
        "45d921dd-aaf9-4f72-9a8c-101ec24b9186"
    ],
    "album": "Loi",
    "release_id": null,
    "release_group_id": "407a1629-18a7-3697-b847-5994b28d8344",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Koffi Olomidé, is a Congolese soukous singer, dancer, producer, and composer still making hits! He has survived the test of time and is now considered a true legend!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}