Information about plays

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

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

{
    "id": 3547522,
    "uri": "https://api.kexp.org/v2/plays/3547522/?format=api",
    "airdate": "2025-09-01T10:04:20-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7dd4ce2-c75d-4f90-975e-0c3a55cb7846/10379766651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7dd4ce2-c75d-4f90-975e-0c3a55cb7846/10379766651-250.jpg",
    "song": "Kiss Me",
    "track_id": null,
    "recording_id": "af4ac82f-da01-49f7-9449-1c96133d35b9",
    "artist": "Sixpence None the Richer",
    "artist_ids": [
        "c2c70ed6-5f10-445c-969f-2c16bc9a4c2e"
    ],
    "album": "Kiss Me",
    "release_id": null,
    "release_group_id": "5ddf3022-6bcf-3981-b4b7-f85e619267b1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Texas-based group who rose to mainstream popularity in the late '90s with their catchy mixture of CCM and alt-pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}