Information about plays

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

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

{
    "id": 3550974,
    "uri": "https://api.kexp.org/v2/plays/3550974/?format=api",
    "airdate": "2025-09-09T19:02:12-07:00",
    "show": 64520,
    "show_uri": "https://api.kexp.org/v2/shows/64520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sobre una tumba una rumba",
    "track_id": null,
    "recording_id": "56011b58-cf71-4f31-ba28-0e677ea9aa13",
    "artist": "Kiki Valera",
    "artist_ids": [
        "b17549cd-c26f-4e6d-8fb1-c0de8bc72b8e"
    ],
    "album": "Vacilón Santiaguero",
    "release_id": null,
    "release_group_id": "0aec86ae-f55f-4347-b3e1-ad614e0c0ee7",
    "labels": [
        "Circle 9"
    ],
    "label_ids": [
        "250cf3e0-2be1-436e-8650-905996848a93"
    ],
    "release_date": "2024-03-29",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "At Town hall as part of Global Rhythms Sept 28",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}