Information about plays

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

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

{
    "id": 3629208,
    "uri": "https://api.kexp.org/v2/plays/3629208/?format=api",
    "airdate": "2026-03-15T09:24:22-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/0dcc0e07-f566-4b46-863b-bb3c5cd88bb6/19137809909-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0dcc0e07-f566-4b46-863b-bb3c5cd88bb6/19137809909-250.jpg",
    "song": "Runs in the Family",
    "track_id": null,
    "recording_id": "67693444-5041-45ac-9912-294aa962d8d4",
    "artist": "The Roches",
    "artist_ids": [
        "4ee9f5ed-5f20-41a7-b467-72c79549a67d"
    ],
    "album": "The Roches",
    "release_id": null,
    "release_group_id": "8e7ba341-d7a4-3eb6-82d0-d8d59551a0ce",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Irish-American New Jersey sisters. Two fo them learnt guitar from PBS TV.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}