Information about plays

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

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

{
    "id": 3621433,
    "uri": "https://api.kexp.org/v2/plays/3621433/?format=api",
    "airdate": "2026-02-23T21:52:38-08:00",
    "show": 66014,
    "show_uri": "https://api.kexp.org/v2/shows/66014/?format=api",
    "image_uri": "https://coverartarchive.org/release/e61a0c99-0e3e-42df-be76-fb114c92a37c/40807733585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e61a0c99-0e3e-42df-be76-fb114c92a37c/40807733585-250.jpg",
    "song": "Latinoamérica",
    "track_id": null,
    "recording_id": "ad5f7744-3dd8-4d0d-b77a-7949dc023e74",
    "artist": "Calle 13 feat. Totó la Momposina / Susana Baca / Maria Rita",
    "artist_ids": [
        "5be7d200-5499-4bba-b29b-1ac554199d23",
        "6904c849-97ab-4bf2-af51-467e8dd98ec9",
        "176af481-a5db-4902-84e0-393e7811b8c4",
        "3c12ecf2-91da-4d4a-8462-e4d5d9e273e7"
    ],
    "album": "Entren los que quieran",
    "release_id": null,
    "release_group_id": "a627d288-40e7-4ab2-9ef1-e6d3296a49c1",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Puerto Rico. feat. Totó La Momposina, Susana Baca, Maria Rita. video | Puerto Rico. Con Totó La Momposina, Susana Baca y María Rita. Vídeo: http://youtu.be/DkFJE8ZdeG8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}