Information about plays

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

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

{
    "id": 3641593,
    "uri": "https://api.kexp.org/v2/plays/3641593/?format=api",
    "airdate": "2026-04-13T14:29:14-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paris",
    "track_id": null,
    "recording_id": "7a77d5dc-125d-458d-8fa1-a447ef8904d5",
    "artist": "Northern Picture Library",
    "artist_ids": [
        "8ab5c24b-480f-44a7-ae20-e565a13c22dc"
    ],
    "album": "Paris",
    "release_id": null,
    "release_group_id": "9c31e648-e9ec-3c2b-8739-a7772072be55",
    "labels": [
        "Sarah Records"
    ],
    "label_ids": [
        "310ed7bf-30ca-4fd2-8466-2e9f892d7273"
    ],
    "release_date": "1994-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1993 by Bobby Wratten and Anne Mari Davies of The Field Mice.\n\nDepression, stage fright, and substance abuse led to touring difficulties, and the band ultimately dissolved in 1995. Wratten and Davies eventually went on to form the project Trembling Blue Stars in 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}