Information about plays

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

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

{
    "id": 3590996,
    "uri": "https://api.kexp.org/v2/plays/3590996/?format=api",
    "airdate": "2025-12-14T12:31:13-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El nazareno",
    "track_id": "2c168a8a-e655-3049-9687-7d5320f6862b",
    "recording_id": "79a0d071-90ec-46ab-9a5a-f39fedc03405",
    "artist": "Ismael Rivera",
    "artist_ids": [
        "769e41cb-78ca-4252-b8c2-376169b83051"
    ],
    "album": "Maelo.... el único",
    "release_id": "3847b8ca-8eb7-4ef2-a506-9c32f9780fb5",
    "release_group_id": "2ffc4e7c-c991-317d-a28b-55c27e6818ac",
    "labels": [
        "Tico"
    ],
    "label_ids": [
        "0102e21e-58ce-47e4-adf7-160c5cda86e4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P Rafael Ithier. Ithier had been a member of Rafael Cortijo's \"Cortijo y su Combo\" orchestra. After singer Ismael Rivera faced legal drug possession problems when arriving from Panama, some of the group's musicians departed, with Ithier relocating temporarily to the eastern United States and subsequently forming El Gran Combo de Puerto Rico!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}