Information about plays

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

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

{
    "id": 3609942,
    "uri": "https://api.kexp.org/v2/plays/3609942/?format=api",
    "airdate": "2026-01-27T21:18:24-08:00",
    "show": 65772,
    "show_uri": "https://api.kexp.org/v2/shows/65772/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Serdem",
    "track_id": null,
    "recording_id": null,
    "artist": "Kaveh Mahmudiyan",
    "artist_ids": [
        "18219715-a4b8-459f-bb99-d03c74e44578"
    ],
    "album": "Between Hands",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kaveh Mahmudiyan was born in 1983 in Mahabad, Iran",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}