Information about plays

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

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

{
    "id": 3630760,
    "uri": "https://api.kexp.org/v2/plays/3630760/?format=api",
    "airdate": "2026-03-18T21:04:58-07:00",
    "show": 66217,
    "show_uri": "https://api.kexp.org/v2/shows/66217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trans Med",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stargazer Lilies",
    "artist_ids": [
        "89322332-de08-4437-a85b-84b8297b3a3e"
    ],
    "album": "Love Pedals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Shore Dive Records"
    ],
    "label_ids": [
        "fed5d5d3-0a04-4f2e-b41a-686dfa1dd997"
    ],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Pyschedelic rock/ shoegaze band from Winter Haven, Florida'\nshorediverecords.bandcamp.com/album/love-pedals",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}