Information about plays

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

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

{
    "id": 3550558,
    "uri": "https://api.kexp.org/v2/plays/3550558/?format=api",
    "airdate": "2025-09-08T19:35:53-07:00",
    "show": 64512,
    "show_uri": "https://api.kexp.org/v2/shows/64512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sorongo (feat. Seun Kuti & Sammy Tanco)",
    "track_id": null,
    "recording_id": null,
    "artist": "Calle 13 junto a Seun Kuti y Sammy Tanco",
    "artist_ids": [
        "5be7d200-5499-4bba-b29b-1ac554199d23",
        "02e5d1fe-db84-450d-b58f-b4f5a34a7a35",
        "084fea58-e71a-4b94-9874-0a3ae697636b"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Puerto Rican group just released \"Sorongo,\" originally recorded by Rafael Cortijo y su Bonche in 1968 and written by Tite Curet Alonso (1926-2003).\nEN: Puerto Rican group Calle 13 recorded “Sorongo,” a reinterpretation of Tite Curet Alonso’s classic, with Nigerian artist Seun Kuti. It appeared in 2011 as part of a tribute project.\nES: El grupo puertorriqueño Calle 13 grabó “Sorongo”, reinterpretación del clásico de Tite Curet Alonso, junto al nigeriano Seun Kuti. Fue publicado en 2011 dentro de un proyecto homenaje.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}