Information about plays

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

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

{
    "id": 3609463,
    "uri": "https://api.kexp.org/v2/plays/3609463/?format=api",
    "airdate": "2026-01-26T18:04:23-08:00",
    "show": 65763,
    "show_uri": "https://api.kexp.org/v2/shows/65763/?format=api",
    "image_uri": "https://coverartarchive.org/release/68bde95d-3d86-4739-95c1-438c3822d6cc/13600564493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68bde95d-3d86-4739-95c1-438c3822d6cc/13600564493-250.jpg",
    "song": "Journey (Sam Shelley Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "D-Influence",
    "artist_ids": [
        "2c8a8574-4712-4197-832f-b3038d97c79a"
    ],
    "album": "Good 4 We",
    "release_id": null,
    "release_group_id": "324b7c9e-ef47-46cf-ae52-bb24ee0afada",
    "labels": [
        "EastWest Records America"
    ],
    "label_ids": [
        "0b05d7e9-fd0b-4967-92a8-a42f72e12903"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "original is from the debut album by British acid jazz and street soul band D'Influence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}