Information about plays

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

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

{
    "id": 3633485,
    "uri": "https://api.kexp.org/v2/plays/3633485/?format=api",
    "airdate": "2026-03-25T11:44:02-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Waiting Here",
    "track_id": null,
    "recording_id": "da1b017e-62af-4e7b-989c-e6a27039b868",
    "artist": "David Lynch, Lykke Li",
    "artist_ids": [],
    "album": "The Big Dream",
    "release_id": null,
    "release_group_id": "33abba86-6e51-4b83-bbc9-3e0ddb567dd3",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ingrid is a Stockholm-based artist collective and record label founded in 2012 by thirteen Swedish and American musicians, including Lykke Li, Peter Bjorn & John, and Miike Snow members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}