Information about plays

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

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

{
    "id": 3629447,
    "uri": "https://api.kexp.org/v2/plays/3629447/?format=api",
    "airdate": "2026-03-15T19:39:08-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/1fa9edb4-336c-4690-893e-828490b4b0d2/25457205145-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1fa9edb4-336c-4690-893e-828490b4b0d2/25457205145-250.jpg",
    "song": "Deputy of Love",
    "track_id": null,
    "recording_id": "16aeaaab-61f2-42be-87cb-199741ef1b7c",
    "artist": "Don Armando’s 2nd Ave Rhumba Band",
    "artist_ids": [
        "a6eade61-0d52-456f-a6eb-ad3d685d746c"
    ],
    "album": "Don Armando’s 2nd Avenue Rhumba Band",
    "release_id": null,
    "release_group_id": "81cc8452-e8f9-4084-9cea-135aaeb01325",
    "labels": [
        "ZE Records"
    ],
    "label_ids": [
        "9474b0cc-8065-457c-865d-463f2383ce00"
    ],
    "release_date": "1979-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Dave in Chicago!\n\nMusician Don Armando formed the Second Avenue Rhumba Band with vocalist Fonda Rae and scored a #1 hit on the Hot Dance Music/Club Play chart with \"Deputy of Love\" in 1979. Bonilla was also a percussionist with Dr. Buzzard's Original Savannah Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}