Information about plays

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

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

{
    "id": 3628633,
    "uri": "https://api.kexp.org/v2/plays/3628633/?format=api",
    "airdate": "2026-03-14T04:02:15-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://dn721201.ca.archive.org/0/items/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af-42009653783_thumb500.jpg",
    "thumbnail_uri": "https://dn721201.ca.archive.org/0/items/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af/mbid-a25c6dff-60ed-4764-abe6-c01c66b2c7af-42009653783_thumb250.jpg",
    "song": "Women Is Losers",
    "track_id": "9d5af052-9995-387d-91a4-46c48eced602",
    "recording_id": "ac92edf6-6a68-4084-8038-b0409cbd9eff",
    "artist": "Janis Joplin",
    "artist_ids": [
        "76c9a186-75bd-436a-85c0-823e3efddb7f"
    ],
    "album": "The Essential Janis Joplin",
    "release_id": "ac9a9ebc-5ee1-465f-9823-972b910b7c99",
    "release_group_id": "c0784fcf-934b-3110-97d4-8d75e76f9b30",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}