Information about plays

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

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

{
    "id": 3581234,
    "uri": "https://api.kexp.org/v2/plays/3581234/?format=api",
    "airdate": "2025-11-21T23:47:15-08:00",
    "show": 65173,
    "show_uri": "https://api.kexp.org/v2/shows/65173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hit a Nerve",
    "track_id": null,
    "recording_id": "e1cc6e2f-047b-4a4f-a7ad-e775f0d02fa2",
    "artist": "AzChike",
    "artist_ids": [
        "edfe284c-3d75-45aa-9eca-25e6cef83637"
    ],
    "album": "Adamantine Heart",
    "release_id": null,
    "release_group_id": "299a6389-9251-48a2-8786-dc33cb0e2210",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hit A Nerve\" was released as a single on November 14, 2025, and it is expected to be a part of his upcoming album titled N.R.F.T.W. (No Rest For The Wicked).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}