Information about plays

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

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

{
    "id": 3548158,
    "uri": "https://api.kexp.org/v2/plays/3548158/?format=api",
    "airdate": "2025-09-02T22:18:51-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://coverartarchive.org/release/253af493-6d34-3a8f-a8f9-aac02e02f6cf/3374992371-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/253af493-6d34-3a8f-a8f9-aac02e02f6cf/3374992371-250.jpg",
    "song": "The Seed (2.0)",
    "track_id": null,
    "recording_id": "2f73426d-dc30-46fe-b274-2adaf0bfb982",
    "artist": "The Roots feat. Cody ChesnuTT",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710",
        "cd103368-a248-44d6-90d7-ed36afda8d7d"
    ],
    "album": "Phrenology",
    "release_id": null,
    "release_group_id": "98277141-0f63-3796-894a-11409d1377c4",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Philly hip hop band. https://www.theroots.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}