Information about plays

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

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

{
    "id": 3579534,
    "uri": "https://api.kexp.org/v2/plays/3579534/?format=api",
    "airdate": "2025-11-17T20:38:43-08:00",
    "show": 65140,
    "show_uri": "https://api.kexp.org/v2/shows/65140/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e5685f2-d329-4117-9d20-f038d96da13a/41648270019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e5685f2-d329-4117-9d20-f038d96da13a/41648270019-250.jpg",
    "song": "Ilu de Oyá feat. Alexandre Garnizé",
    "track_id": null,
    "recording_id": "13415f51-9c42-4253-90b1-4ebcce82941e",
    "artist": "Maga Bo",
    "artist_ids": [
        "a2c5372f-9ef9-401b-b46c-88e025b510a3"
    ],
    "album": "Amor (É Revolução)",
    "release_id": null,
    "release_group_id": "49439169-d076-425e-bdb5-4263ece78886",
    "labels": [
        "Kaxambu Records"
    ],
    "label_ids": [
        "6f209551-2908-4666-99c0-aac798672f23"
    ],
    "release_date": "2022-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}