Information about plays

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

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

{
    "id": 3623184,
    "uri": "https://api.kexp.org/v2/plays/3623184/?format=api",
    "airdate": "2026-02-27T21:25:52-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whole",
    "track_id": null,
    "recording_id": null,
    "artist": "Amarafleur",
    "artist_ids": [
        "2204e9db-53c2-4760-b9b8-15b2865981d9"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amarafleur is a Johannesburg-based singer-songwriter known for her genre-bending, experimental R&B sound. Beginning her career in New Zealand at age 17, she gained early traction on SoundCloud before releasing her acclaimed 2021 EP ...And Then I Stopped Caring. She is a prolific collaborator, recently recognized as a Prince Claus Seed Award recipient.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}