Information about plays

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

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

{
    "id": 3568658,
    "uri": "https://api.kexp.org/v2/plays/3568658/?format=api",
    "airdate": "2025-10-22T21:12:41-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://coverartarchive.org/release/59c69a15-eae2-4976-8db7-2afbbd75df2b/8983986435-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/59c69a15-eae2-4976-8db7-2afbbd75df2b/8983986435-250.jpg",
    "song": "Now She’s Gone",
    "track_id": null,
    "recording_id": "cfba2696-9dad-44ed-9d90-511ff2998204",
    "artist": "Felt",
    "artist_ids": [
        "104f5fe7-5c57-491e-9e3a-c4b079f14527"
    ],
    "album": "Felt",
    "release_id": null,
    "release_group_id": "2f8d89ac-2801-3949-9e62-ff1148e43a1c",
    "labels": [
        "Akarma"
    ],
    "label_ids": [
        "1ae9450c-1f1d-44eb-b951-2957a885d2b6"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Felt were an English jangle pop band, formed in 1979 in Water Orton, England, and led by the mononymous Lawrence. They were active for ten years through the 1980s, releasing ten singles and ten albums. The band's name was inspired by Tom Verlaine's emphasis of the word \"felt\" in the Television song \"Venus\".\nhttps://en.wikipedia.org/wiki/Felt_(band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}