Information about plays

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

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

{
    "id": 3620574,
    "uri": "https://api.kexp.org/v2/plays/3620574/?format=api",
    "airdate": "2026-02-21T22:44:13-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "https://coverartarchive.org/release/496fd052-a645-413f-a6e0-566819e8eb34/21726554106-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/496fd052-a645-413f-a6e0-566819e8eb34/21726554106-250.jpg",
    "song": "Unravel",
    "track_id": null,
    "recording_id": "6684f1be-a8ea-4590-aa5f-9a25274afd12",
    "artist": "Tilt",
    "artist_ids": [
        "70efb33d-37bb-47ea-8500-4f676848db8b"
    ],
    "album": "’til It Kills",
    "release_id": null,
    "release_group_id": "0182e3d3-f03b-324f-9c9d-fbfe2c005fe6",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "1995-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vocalist Cinder Block was also the lead singer for Retching Red, Fabulous Disaster, and The Pathogens.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}