Information about plays

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

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

{
    "id": 3623193,
    "uri": "https://api.kexp.org/v2/plays/3623193/?format=api",
    "airdate": "2026-02-27T21:53:22-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Mercedes",
    "track_id": null,
    "recording_id": null,
    "artist": "Kaien Cruz",
    "artist_ids": [
        "4933359e-753d-41a0-9226-a5faad7d538c"
    ],
    "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": "Kaien Cruz is a 24 year old Pop, R&B, Afrofusion singer/songwriter from South Africa. Their first single ever 'Love Me In The Dark', rose into the top charts, getting nominated for Song of the Year at the South African Music Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}