Information about plays

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

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

{
    "id": 3608725,
    "uri": "https://api.kexp.org/v2/plays/3608725/?format=api",
    "airdate": "2026-01-24T22:53:10-08:00",
    "show": 65747,
    "show_uri": "https://api.kexp.org/v2/shows/65747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Collar Crime",
    "track_id": null,
    "recording_id": null,
    "artist": "Speed Week",
    "artist_ids": [],
    "album": "Weak Speed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Endless Records"
    ],
    "label_ids": [
        "40b5ec24-19da-4caf-b3d7-66caef2b8d5f"
    ],
    "release_date": "2025-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian punk group featuring members of Split System and The Brakes,\n\nhttps://speedweek.bandcamp.com/album/weak-speed\nhttps://www.facebook.com/speedweekband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}