Information about plays

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

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

{
    "id": 3636916,
    "uri": "https://api.kexp.org/v2/plays/3636916/?format=api",
    "airdate": "2026-04-02T15:29:04-07:00",
    "show": 66346,
    "show_uri": "https://api.kexp.org/v2/shows/66346/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a9f0785-f4cd-4fc2-9726-d00f52ce616a/33195522002-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a9f0785-f4cd-4fc2-9726-d00f52ce616a/33195522002-250.jpg",
    "song": "Boombastic (Sting remix)",
    "track_id": null,
    "recording_id": "a7edf72b-9980-4e65-b8c3-364b157c8d45",
    "artist": "Shaggy",
    "artist_ids": [
        "fc63d806-ca89-4ea3-a404-ee6de695743f"
    ],
    "album": "Boombastic",
    "release_id": null,
    "release_group_id": "ff6bb8b3-c7ed-3568-9b19-e8a357fba855",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1995-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Boombastic” is a song released by Jamaican-American musical artist Shaggy from his third studio album, Boombastic. This is built on a sample from \"Baby Let Me Kiss You,\" a 1971 song by the New Orleans soul singer King Floyd. This Sting International remix features a sample of Marvin Gaye's \"Let's Get It On.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}