Information about plays

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

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

{
    "id": 3557674,
    "uri": "https://api.kexp.org/v2/plays/3557674/?format=api",
    "airdate": "2025-09-25T19:06:19-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "https://ia801903.us.archive.org/31/items/mbid-70eabfa6-e06a-4dbb-8e51-c84fc6e77dae/mbid-70eabfa6-e06a-4dbb-8e51-c84fc6e77dae-15081827680_thumb500.jpg",
    "thumbnail_uri": "https://ia801903.us.archive.org/31/items/mbid-70eabfa6-e06a-4dbb-8e51-c84fc6e77dae/mbid-70eabfa6-e06a-4dbb-8e51-c84fc6e77dae-15081827680_thumb250.jpg",
    "song": "Digital Underclass",
    "track_id": "628b1f42-865e-38b9-9018-19fbfcb414e2",
    "recording_id": "277590c1-2219-4405-b285-2e4df13569d2",
    "artist": "Asian Dub Foundation",
    "artist_ids": [
        "db612997-f11e-424d-8b41-cf410a433656"
    ],
    "album": "Rafi's Revenge",
    "release_id": "70eabfa6-e06a-4dbb-8e51-c84fc6e77dae",
    "release_group_id": "476bbfe6-5578-3ef3-9eb1-bca7c15c76d3",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}