Information about plays

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

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

{
    "id": 3562945,
    "uri": "https://api.kexp.org/v2/plays/3562945/?format=api",
    "airdate": "2025-10-09T05:16:52-07:00",
    "show": 64785,
    "show_uri": "https://api.kexp.org/v2/shows/64785/?format=api",
    "image_uri": "https://ia601601.us.archive.org/0/items/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4-23200374089_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/0/items/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4-23200374089_thumb250.jpg",
    "song": "She Cracked",
    "track_id": "0fcfaa89-7965-39b4-a085-ab309fe6aa65",
    "recording_id": "7d643f50-e692-4c18-a3b6-741cdcb4ed21",
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Modern Lovers",
    "release_id": "2880e30b-3a51-34c0-b1e8-2105b2a344a4",
    "release_group_id": "91e1f88a-f081-3639-9972-0d46b3d3b616",
    "labels": [
        "Sanctuary Midline"
    ],
    "label_ids": [
        "84f6693d-dfe5-470a-852a-3c21ece19439"
    ],
    "release_date": "2006-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#249!\n\nRecorded in 1971 and '72, most original tracks produced by John Cale ; audio of this song & \"Astral Plane\" live in 1972: https://youtu.be/5lSKaSzE2FM (they were opening for New York Dolls that night)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}