Information about plays

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

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

{
    "id": 3600058,
    "uri": "https://api.kexp.org/v2/plays/3600058/?format=api",
    "airdate": "2026-01-04T08:11:44-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "60 rue Maude",
    "track_id": null,
    "recording_id": null,
    "artist": "Joseph Marchand",
    "artist_ids": [
        "58237760-26c2-49d4-9858-65dec99dc6e5"
    ],
    "album": "Treize miniatures",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Costume Records"
    ],
    "label_ids": [
        "337a6c60-ec11-4b58-9dab-e68a23e4ee80"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An early single off a gorgeous 2025 album from Montreal-based guitarist Joseph Marchand ~ https://josephmarchand.bandcamp.com/album/treize-miniatures",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}