Information about plays

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

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

{
    "id": 3620052,
    "uri": "https://api.kexp.org/v2/plays/3620052/?format=api",
    "airdate": "2026-02-20T20:09:27-08:00",
    "show": 65986,
    "show_uri": "https://api.kexp.org/v2/shows/65986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Is He?",
    "track_id": null,
    "recording_id": "bfd4bd67-e9c0-4413-8263-39fafbbb20a0",
    "artist": "Alaia & Gallo Feat. Kevin Haden",
    "artist_ids": [
        "76435501-4a18-4446-a611-658f413ef2ef",
        "d980499e-7916-4bb9-a637-c9c42836cfc1"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Haden has worked as a singer, songwriter, recording artist, arranger, music director, and equity actor. His discography includes numerous record label and independent releases as a solo pop/folk/soul artist and electronic dance music vocalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}