Information about plays

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

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

{
    "id": 3635495,
    "uri": "https://api.kexp.org/v2/plays/3635495/?format=api",
    "airdate": "2026-03-30T07:24:07-07:00",
    "show": 66320,
    "show_uri": "https://api.kexp.org/v2/shows/66320/?format=api",
    "image_uri": "https://dn710707.ca.archive.org/0/items/mbid-464efacc-a133-4ae6-a9ff-7573c448eb32/mbid-464efacc-a133-4ae6-a9ff-7573c448eb32-11892969644_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-464efacc-a133-4ae6-a9ff-7573c448eb32/mbid-464efacc-a133-4ae6-a9ff-7573c448eb32-11892969644_thumb250.jpg",
    "song": "It’s Only Life",
    "track_id": "8062e252-1f71-3a77-9c7d-7f0ea09de002",
    "recording_id": "374b5a54-73f5-4178-be9b-f0479eb5e508",
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Only Life",
    "release_id": "464efacc-a133-4ae6-a9ff-7573c448eb32",
    "release_group_id": "fb2fd9be-054c-37f2-b89e-c612086cdadc",
    "labels": [
        "A&M Records",
        "Coyote Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c",
        "7e8d124e-2f40-48ef-8edd-e48278fde92a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third record from Haledon, New Jersey band the Feelies.\n\nhttps://thefeelies.bandcamp.com\n\nThe Feelies formed in 1976, disbanded in 1992, and reunited in 2008. This track is from their third album 'Only Life' released in 1988. AllMusic said of this album \"These musicians revel in the joys of their own rhythmic grooves, nerdy but fierce, while the guitars soar above it all.\" https://www.allmusic.com/album/only-life-mw0000197559",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}