Information about plays

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

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

{
    "id": 3639411,
    "uri": "https://api.kexp.org/v2/plays/3639411/?format=api",
    "airdate": "2026-04-08T09:40:30-07:00",
    "show": 66398,
    "show_uri": "https://api.kexp.org/v2/shows/66398/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a8f68d6-6c81-4f0f-8616-72b0983b5ddf/12583440469-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a8f68d6-6c81-4f0f-8616-72b0983b5ddf/12583440469-250.jpg",
    "song": "With a Girl Like You",
    "track_id": null,
    "recording_id": "558c60a3-3720-438f-a5f3-b8ccaf5c5916",
    "artist": "The Troggs",
    "artist_ids": [
        "4aec87a5-f33e-4bd6-89f2-0c96188c8372"
    ],
    "album": "From Nowhere",
    "release_id": null,
    "release_group_id": "230618d5-6bbc-318d-86f7-1a62ce878e76",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1966-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reg Presley says of this in \"1000 UK #1 Hits\" by Jon Kutner and Spencer Leigh: \"I wrote that song while I was still a bricklayer. We recorded it at the same time as Wild Thing and either of them could have been released first. I liked the way The Beach Boys were going 'Ba-ba-ba-Barbara Ann' and it was lovely to do something like that in With A Girl Like You. We nearly had a trumpet playing it, but it sounded better when we sang it.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}