Information about plays

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

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

{
    "id": 3569525,
    "uri": "https://api.kexp.org/v2/plays/3569525/?format=api",
    "airdate": "2025-10-24T21:38:28-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "https://coverartarchive.org/release/abce66d1-5bed-4820-bee3-92616812b483/27850585024-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/abce66d1-5bed-4820-bee3-92616812b483/27850585024-250.jpg",
    "song": "I Choose You",
    "track_id": null,
    "recording_id": "5dc7bdb3-d1a9-46d9-a10f-89d8e35a231c",
    "artist": "Yemi Alade feat. Dadju",
    "artist_ids": [
        "14ed2fab-d941-4b56-a06f-fa1cc93c23d6",
        "ecca82a9-0b5f-4b01-86aa-6b9fe62b09fe"
    ],
    "album": "Empress",
    "release_id": null,
    "release_group_id": "be24f55b-12bf-475a-b76e-38c527764cbb",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I Choose You is from Yemi Alade's 5th studio album entitled Empress. It's featuring Congolese-French singer Dadju.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}