Information about plays

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

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

{
    "id": 3656260,
    "uri": "https://api.kexp.org/v2/plays/3656260/?format=api",
    "airdate": "2026-05-18T04:46:19-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/e44c6ee6-7dc8-4e57-8317-f1b368eee703/44860121079-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e44c6ee6-7dc8-4e57-8317-f1b368eee703/44860121079-250.jpg",
    "song": "Clarity (feat. Nappy Nina)",
    "track_id": null,
    "recording_id": null,
    "artist": "JWords",
    "artist_ids": [
        "ef12aef8-01e6-4f78-97e4-4184045d3e8e"
    ],
    "album": "Sound Therapy",
    "release_id": null,
    "release_group_id": "421b6e31-8358-4155-9cad-1c6bd296dfdc",
    "labels": [
        "Sine Wave"
    ],
    "label_ids": [],
    "release_date": "2026-05-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lush sounds from Brooklyn's JWords - https://jwords.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}