Information about plays

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

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

{
    "id": 3554611,
    "uri": "https://api.kexp.org/v2/plays/3554611/?format=api",
    "airdate": "2025-09-18T13:32:48-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/31551f78-a4d7-4bcb-b294-36fd45a116c1/41847713209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31551f78-a4d7-4bcb-b294-36fd45a116c1/41847713209-250.jpg",
    "song": "Another Sketch",
    "track_id": null,
    "recording_id": null,
    "artist": "Lil Silva",
    "artist_ids": [
        "f9e52b78-5499-4897-b979-7f430ec5b5cd"
    ],
    "album": "Yesterday Is Heavy",
    "release_id": null,
    "release_group_id": "6f921918-dcf4-4827-a44e-17c5ad9ae1f4",
    "labels": [
        "Nowhere Music"
    ],
    "label_ids": [
        "768b7ed4-28ae-45b9-bca8-b618614ed56e"
    ],
    "release_date": "2022-07-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for \"Another Sketch,\" directed by O’Meally, is interwoven with clips of Silva's family, along with scenes of people dancing and a house turned upside down. Those personal family images showcase multiple generations gathering to celebrate their Jamaican heritage.: https://www.youtube.com/watch?v=QU_kTLRzIeU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}