Information about plays

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

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

{
    "id": 3548110,
    "uri": "https://api.kexp.org/v2/plays/3548110/?format=api",
    "airdate": "2025-09-02T19:14:17-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "https://coverartarchive.org/release/6bb3a298-9fc2-4d86-9b60-5a1dd41adeed/31663392678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6bb3a298-9fc2-4d86-9b60-5a1dd41adeed/31663392678-250.jpg",
    "song": "Llegue, Llegue",
    "track_id": null,
    "recording_id": null,
    "artist": "Juan Formel & Los Van Van",
    "artist_ids": [],
    "album": "Cuba: Music and Revolution (Culture Clash in Havana Cuba: Experiments in Latin Music 1973-85 Vol. 2)",
    "release_id": null,
    "release_group_id": "fc922a6a-fe45-40d7-8645-e9294e21c8be",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}