Information about plays

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

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

{
    "id": 3614872,
    "uri": "https://api.kexp.org/v2/plays/3614872/?format=api",
    "airdate": "2026-02-08T13:14:30-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "https://coverartarchive.org/release/05bac8e7-0797-45a3-9fa5-5d29d17b3030/4481752714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05bac8e7-0797-45a3-9fa5-5d29d17b3030/4481752714-250.jpg",
    "song": "Quiero saber",
    "track_id": null,
    "recording_id": "d3ef4335-eea0-40ad-8fc6-604384c4c32b",
    "artist": "Ivy Queen feat. Gran Omar",
    "artist_ids": [
        "ff06ecc0-72a5-4a81-a253-d840d9aefb32",
        "9fd9560a-718b-4897-ae2f-ba9ccc286e7b"
    ],
    "album": "Diva",
    "release_id": null,
    "release_group_id": "16d634e4-341c-3e27-bfc9-733945ee08bf",
    "labels": [
        "Universal Music Latino"
    ],
    "label_ids": [
        "f4e627e1-4242-4444-ba93-ec5388a43263"
    ],
    "release_date": "2003-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martha Ivelisse Pesante Rodríguez, known professionally as Ivy Queen, is a Puerto Rican rapper and singer. She is considered one of the pioneers of the reggaeton genre. Dubbed the Queen of Reggaeton, she is one of the most influential reggaeton artists of all-time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}