Information about plays

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

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

{
    "id": 3555124,
    "uri": "https://api.kexp.org/v2/plays/3555124/?format=api",
    "airdate": "2025-09-19T19:08:13-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cca414f-58ad-4731-844b-48c44bbea78a/14339393582-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cca414f-58ad-4731-844b-48c44bbea78a/14339393582-250.jpg",
    "song": "Paris Paris",
    "track_id": null,
    "recording_id": "62540dd1-b735-4486-b524-869fdf97a6e1",
    "artist": "La Compagnie Créole",
    "artist_ids": [
        "3a1b3ea4-657d-4a8f-bc1b-ad28fdf66324"
    ],
    "album": "Dansez avec...",
    "release_id": null,
    "release_group_id": "ef8d3ffd-41c0-3a1f-a99e-8e157354c837",
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La Compagnie Créole is a popular French pop band from French Guiana and the French West Indies, founded in the 1970's. They originally started singing in Creole but quickly adopted French as their main language.\n\nKicking off the fall drive! Tap in at KEXP.ORG!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}