Information about plays

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

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

{
    "id": 3548114,
    "uri": "https://api.kexp.org/v2/plays/3548114/?format=api",
    "airdate": "2025-09-02T19:38:25-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": "Luces en la pista",
    "track_id": null,
    "recording_id": "4440ae47-f23e-4039-bce2-80ce6aab4f75",
    "artist": "Raúl Gómez",
    "artist_ids": [
        "3b6f9d17-0b18-46f0-bd4d-15525181c58e"
    ],
    "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": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2021-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music on this album reflects the most cutting-edge of Cuban groups that were recording in Cuba in the 1970s and 1980s – who were all searching for a new Cuban identity and new musical forms that reflected both the Afro-Cuban cultural heritage of a nation that gave birth to Latin music - and its new position as a socialist state.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}