Information about plays

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

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

{
    "id": 3548671,
    "uri": "https://api.kexp.org/v2/plays/3548671/?format=api",
    "airdate": "2025-09-04T02:51:56-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a611075-355d-4b2b-b9e3-99bed73f6138/39657826105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a611075-355d-4b2b-b9e3-99bed73f6138/39657826105-250.jpg",
    "song": "The Sweetest Thing",
    "track_id": null,
    "recording_id": "c0d31aa1-e1c7-451e-ad01-ec27997115cd",
    "artist": "Refugee Camp Allstars feat. Lauryn Hill",
    "artist_ids": [
        "1480011c-7f55-4dc9-ac38-44ec740d0332",
        "e8414012-4a1c-4ad4-be5e-fc55294e28cc"
    ],
    "album": "Love Jones: The Music",
    "release_id": null,
    "release_group_id": "0d662fe2-be00-3fdd-b923-af2216906a0d",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ms. Lauryn Hill's 1997 debut single as a solo artist!\n__\nVideo! https://www.youtube.com/watch?v=Y12YXVAYKjE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}