Information about plays

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

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

{
    "id": 3548203,
    "uri": "https://api.kexp.org/v2/plays/3548203/?format=api",
    "airdate": "2025-09-03T00:15:28-07:00",
    "show": 64458,
    "show_uri": "https://api.kexp.org/v2/shows/64458/?format=api",
    "image_uri": "https://ia904500.us.archive.org/6/items/mbid-4b471882-680b-4d0e-9a21-7bec82662d61/mbid-4b471882-680b-4d0e-9a21-7bec82662d61-2377926578_thumb500.jpg",
    "thumbnail_uri": "https://ia904500.us.archive.org/6/items/mbid-4b471882-680b-4d0e-9a21-7bec82662d61/mbid-4b471882-680b-4d0e-9a21-7bec82662d61-2377926578_thumb250.jpg",
    "song": "When the Levee Breaks",
    "track_id": "fa72413b-145f-3c94-99b6-ae77c1515f66",
    "recording_id": "400120f3-fbcf-4c3f-ba3a-2911c0e0fd43",
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Strings",
    "release_id": "43ce30f9-c893-46bd-878e-3995767cf27c",
    "release_group_id": "bc954965-c83a-32bd-8953-80474d96d8b6",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1994-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Known for her work with Throwing Muses and 50 Foot Wave. This cover shows Hersh's impressive guitar chops. https://www.kristinhersh.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}