Information about plays

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

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

{
    "id": 3614878,
    "uri": "https://api.kexp.org/v2/plays/3614878/?format=api",
    "airdate": "2026-02-08T13:35:30-08:00",
    "show": 65879,
    "show_uri": "https://api.kexp.org/v2/shows/65879/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-3889cb4f-70f9-4247-a819-56b91f7c327c/mbid-3889cb4f-70f9-4247-a819-56b91f7c327c-43069595566_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-3889cb4f-70f9-4247-a819-56b91f7c327c/mbid-3889cb4f-70f9-4247-a819-56b91f7c327c-43069595566_thumb250.jpg",
    "song": "I Like It Like That",
    "track_id": "e23dd2be-73d2-4673-bedd-e0ccd5bdfbc0",
    "recording_id": "4bb37956-e760-4f57-bb08-101fdff6a931",
    "artist": "Pete Rodríguez",
    "artist_ids": [
        "da29a598-bb58-481d-a9eb-8ad9ef00a515"
    ],
    "album": "I Like it Like That",
    "release_id": "3889cb4f-70f9-4247-a819-56b91f7c327c",
    "release_group_id": "ea2ab1d3-7095-46f4-9f99-4a4e83f39b8f",
    "labels": [
        "Fania"
    ],
    "label_ids": [
        "a00f1d54-2e47-492b-b24b-3b994b2ba0c4"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rodriguez's band, \"Pete Rodríguez y Su Conjunto\", specialized in Latin boogaloo. Their most successful song, \"I Like It Like That\" made it to the national Billboard charts and has been covered many times.\n\nRodriguez passed in 2024. He was 89.\n\nhttps://en.wikipedia.org/wiki/Pete_Rodriguez_%28boogaloo_musician%29\nhttps://fania.com/artist/pete-rodriguez/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}