Information about plays

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

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

{
    "id": 3550177,
    "uri": "https://api.kexp.org/v2/plays/3550177/?format=api",
    "airdate": "2025-09-07T20:49:43-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0270424-a91b-440c-a07e-ce54c57eae5b/36587474883-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0270424-a91b-440c-a07e-ce54c57eae5b/36587474883-250.jpg",
    "song": "Tu melodía",
    "track_id": null,
    "recording_id": "77bd7394-bba4-4c6a-a0ba-f683543f7472",
    "artist": "José José",
    "artist_ids": [
        "4f4a0d43-75d4-4c31-8d0d-c48e4c0efbf9"
    ],
    "album": "El príncipe",
    "release_id": null,
    "release_group_id": "2238520e-3b14-4658-8ce7-049099a81493",
    "labels": [
        "Arcano"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "José José released \"Tu melodía\" on his 1976 album El príncipe.\n\nJosé José, born José Rómulo Sosa Ortiz, was a Mexican singer, actor, and composer who rose to fame in the 1970s and 1980s. Known as \"El Príncipe de la Canción\" (the Prince of Song), he was a romantic balladeer with a wide vocal range who sold out venues like Madison Square Garden and Radio City Music Hall. His 1983 album Secreto sold more than 20 million copies.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}