Information about plays

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

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

{
    "id": 3547529,
    "uri": "https://api.kexp.org/v2/plays/3547529/?format=api",
    "airdate": "2025-09-01T10:25:00-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia601308.us.archive.org/28/items/mbid-01fd5481-b9e9-4404-9a98-c5f8bc99dae7/mbid-01fd5481-b9e9-4404-9a98-c5f8bc99dae7-32119423972_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/28/items/mbid-01fd5481-b9e9-4404-9a98-c5f8bc99dae7/mbid-01fd5481-b9e9-4404-9a98-c5f8bc99dae7-32119423972_thumb250.jpg",
    "song": "Too Many Creeps",
    "track_id": "4f6ec8a0-12c6-311a-91dd-b2b6d3caf6f0",
    "recording_id": "6a7575c4-1a89-46db-87b8-ab911362d801",
    "artist": "Bush Tetras",
    "artist_ids": [
        "0fa623ce-9d1a-4b14-b6a3-19c79317a22f"
    ],
    "album": "Very Very Happy",
    "release_id": "01fd5481-b9e9-4404-9a98-c5f8bc99dae7",
    "release_group_id": "78d794ee-0d36-328d-ad6f-c1e0a9926d13",
    "labels": [
        "ROIR"
    ],
    "label_ids": [
        "7ee4764c-62f7-4dc8-abc4-6334dffa979c"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York City legends the Bush Tetras have been making paranoid, groove-centered post-punk since 1979, when Pat Place left James Chance and The Contortions to found the group with singer Cynthia Sley, bassist Laura Kennedy and drummer Dee Pop. https://bushtetrasnyc.bandcamp.com/track/too-many-creeps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}