Information about plays

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

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

{
    "id": 3641455,
    "uri": "https://api.kexp.org/v2/plays/3641455/?format=api",
    "airdate": "2026-04-13T06:11:40-07:00",
    "show": 66441,
    "show_uri": "https://api.kexp.org/v2/shows/66441/?format=api",
    "image_uri": "https://ia803109.us.archive.org/30/items/mbid-c5bdce27-222e-32cc-8637-fc38ae25917d/mbid-c5bdce27-222e-32cc-8637-fc38ae25917d-32554820063_thumb500.jpg",
    "thumbnail_uri": "https://ia903109.us.archive.org/30/items/mbid-c5bdce27-222e-32cc-8637-fc38ae25917d/mbid-c5bdce27-222e-32cc-8637-fc38ae25917d-32554820063_thumb250.jpg",
    "song": "No One's Little Girl",
    "track_id": "7cf3c2e9-a00d-3b8c-885b-b33e5d19d990",
    "recording_id": "8ddea9a3-ea0d-4a87-8010-cf3c8a6aaf86",
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "Moving",
    "release_id": "68cd95a2-ba29-3862-b932-553bae78a935",
    "release_group_id": "83aaa408-f0a3-3280-bbe4-4b56cc8c2baa",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"No One's Little Girl\" is a track by the British post-punk band The Raincoats, originally released as a single in 1982. It was later included on the expanded track listing of their third studio album, Moving, which was released in 1984. \n\nThe song is a declaration of independence and self-identity, with lyrics like \"I'm no one's little girl... I never shall be in your family tree.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}