Information about plays

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

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

{
    "id": 3633566,
    "uri": "https://api.kexp.org/v2/plays/3633566/?format=api",
    "airdate": "2026-03-25T17:09:22-07:00",
    "show": 66278,
    "show_uri": "https://api.kexp.org/v2/shows/66278/?format=api",
    "image_uri": "https://coverartarchive.org/release/840b8cb5-04f5-4baa-a0d0-3e34fa6328a4/17247354892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/840b8cb5-04f5-4baa-a0d0-3e34fa6328a4/17247354892-250.jpg",
    "song": "Apartment Wrestling",
    "track_id": null,
    "recording_id": "7e8b182f-add6-4f58-89bf-63c0212b29e7",
    "artist": "Maximum Balloon feat. David Byrne",
    "artist_ids": [
        "1c88459c-52aa-45a3-a58c-849b3cf3f871",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Maximum Balloon",
    "release_id": null,
    "release_group_id": "3ce60d36-1f37-4d77-bc82-52495091b3f2",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne (Talking Heads) joins Dave Sitek on this song from his album, Maximum Balloon.\n\nRead an interview with Dave Sitek about the album here: https://pitchfork.com/features/5-10-15-20/8464-5-10-15-20-tv-on-the-radios-dave-sitek/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}