Information about plays

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

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

{
    "id": 3552950,
    "uri": "https://api.kexp.org/v2/plays/3552950/?format=api",
    "airdate": "2025-09-14T12:22:50-07:00",
    "show": 64561,
    "show_uri": "https://api.kexp.org/v2/shows/64561/?format=api",
    "image_uri": "https://ia903205.us.archive.org/13/items/mbid-99190dff-ed1c-4d1e-a824-1d6524ab21c9/mbid-99190dff-ed1c-4d1e-a824-1d6524ab21c9-18038358968_thumb500.jpg",
    "thumbnail_uri": "https://ia903205.us.archive.org/13/items/mbid-99190dff-ed1c-4d1e-a824-1d6524ab21c9/mbid-99190dff-ed1c-4d1e-a824-1d6524ab21c9-18038358968_thumb250.jpg",
    "song": "Amores como el nuestro",
    "track_id": "ba7b9a14-441e-388f-8286-b1cac3736599",
    "recording_id": "2108c7ac-a658-4c3a-990f-aa64df7dfa02",
    "artist": "Jerry Rivera",
    "artist_ids": [
        "d53d5b18-eb28-4b2d-a2e0-3fe2891a385f"
    ],
    "album": "Lo nuevo & lo mejor",
    "release_id": "99190dff-ed1c-4d1e-a824-1d6524ab21c9",
    "release_group_id": "0a26ed6e-1ea3-3652-9c5a-eecd4f4c873e",
    "labels": [
        "Sony Tropical"
    ],
    "label_ids": [
        "f9f7b52b-f196-4e82-9ccb-de3053ada20e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rivera was born in Humacao and raised in Levittown, Puerto Rico. \"Lo Nuevo y lo Mejor\" is his fifth full length album.\n\nThis song was sampled on numerous tracks, including Wyclef Jean's \"Dance Like This\"\n\nIG: @jerryrivera",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}