Information about plays

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

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

{
    "id": 3550578,
    "uri": "https://api.kexp.org/v2/plays/3550578/?format=api",
    "airdate": "2025-09-08T21:06:19-07:00",
    "show": 64512,
    "show_uri": "https://api.kexp.org/v2/shows/64512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ay Mi Gallina",
    "track_id": null,
    "recording_id": "30eca608-be65-4f0d-b328-c3958a863334",
    "artist": "Petrona Martínez",
    "artist_ids": [
        "0e61db89-1ce5-4e7e-b6c8-7b082f6e1492"
    ],
    "album": "Ancestras",
    "release_id": null,
    "release_group_id": "6d390429-7b61-49bf-809c-f1251e010538",
    "labels": [
        "Chaco World Music"
    ],
    "label_ids": [
        "8f9347ee-eac0-49e9-99cb-21018eabc580"
    ],
    "release_date": "2021-05-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: Colombian bullerengue legend Petrona Martínez!\nES: La maestra del bullerengue colombiano Petrona Martínez!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}