Information about plays

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

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

{
    "id": 3623018,
    "uri": "https://api.kexp.org/v2/plays/3623018/?format=api",
    "airdate": "2026-02-27T14:12:25-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://coverartarchive.org/release/b3cdf53f-88ca-4ddd-9cfa-22ea094bab45/43083618726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b3cdf53f-88ca-4ddd-9cfa-22ea094bab45/43083618726-250.jpg",
    "song": "Someday We'll Get By",
    "track_id": null,
    "recording_id": "f4e7355b-8f5f-4baf-b880-75a0d27c6c49",
    "artist": "Azteca",
    "artist_ids": [
        "9e8bb4cb-02f3-45d7-aba8-20418028940d"
    ],
    "album": "Pyramid of the Moon",
    "release_id": null,
    "release_group_id": "9cbece97-0eed-4090-83c9-a98830999721",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Back in the early 1970’s brothers Pete and Coke Escovedo finished stints with Carlos Santana’s band.  Taking what they picked up working with Santana, they created a group that they called “Azteca,” an attempt to fuse more of Latin music with the energy of rock and roll in a larger band context.\"\n\nread a review of this album here https://www.musicstreetjournal.com/cdreviews_display.cfm?id=102171",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}