Information about plays

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

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

{
    "id": 3633322,
    "uri": "https://api.kexp.org/v2/plays/3633322/?format=api",
    "airdate": "2026-03-25T01:32:49-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "out of body",
    "track_id": null,
    "recording_id": null,
    "artist": "Khalid",
    "artist_ids": [
        "28737730-ec70-4da5-89c5-77ac13c5c34d"
    ],
    "album": "after the sun goes down",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khalid is featuring on Burna Boy's record Love, Damini. \n\nKhalid's single \"Out of Body\" is a high-energy pop track from his album After the Sun Goes Down that draws heavy inspiration from early-2000s Britney Spears. The song and its music video are noted for their steamy, \"dirty pop\" style and comparisons to Spears' \"I'm A Slave 4 U\" and and samples her track, \"Outrageous\"\n\nHe recently dropped after the sun goes down this past October.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}