Information about plays

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

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

{
    "id": 3553887,
    "uri": "https://api.kexp.org/v2/plays/3553887/?format=api",
    "airdate": "2025-09-16T19:53:10-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "https://coverartarchive.org/release/74c4d7d1-3659-4452-ba1e-0942a46fefda/39415816606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74c4d7d1-3659-4452-ba1e-0942a46fefda/39415816606-250.jpg",
    "song": "Ideruni (TRIPICAL TROPICAL REWORK)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Garifuna Collective",
    "artist_ids": [
        "748fefbb-93a8-456e-b087-d94690f6d68c"
    ],
    "album": "Aban",
    "release_id": null,
    "release_group_id": "f834747a-3ed4-42a2-b6b1-2ab9e31e73a7",
    "labels": [
        "Stonetree Records"
    ],
    "label_ids": [
        "f4d42928-eef5-4649-b981-c0a0bea3b0d9"
    ],
    "release_date": "2019-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This group is a seasoned collective of musicians from across different generations, with a dynamic that comes from of playing and traveling the world together, sharing their music and stories with global audiences. Their performances spark the history and soul of Garifuna culture into vivid life. While their recordings dip into the massive well of Garifuna songs to create new compositions — some of the singers in the band know hundreds of songs!\n\nhttps://garifunacollective.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}