Information about plays

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

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

{
    "id": 3587808,
    "uri": "https://api.kexp.org/v2/plays/3587808/?format=api",
    "airdate": "2025-12-06T22:38:51-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insufficient Funds",
    "track_id": "59cd5e9c-f204-3a12-8689-54aaf5653661",
    "recording_id": "fb2f3371-0233-4990-a564-7032bfbe88d0",
    "artist": "Eddy Current Suppression Ring",
    "artist_ids": [
        "eae4431e-0880-4df6-82b1-ec446f413b02"
    ],
    "album": "Eddy Current Suppression Ring",
    "release_id": "9dc33089-0763-4467-b5a9-4fd57dac8fc1",
    "release_group_id": "db0be199-e60b-34da-b738-c23537732705",
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2009-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://eddycurrentsuppressionring.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}