Information about plays

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

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

{
    "id": 3553380,
    "uri": "https://api.kexp.org/v2/plays/3553380/?format=api",
    "airdate": "2025-09-15T13:27:39-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/31f149bc-b826-423b-9c2a-3c10aac3836a/13324104853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31f149bc-b826-423b-9c2a-3c10aac3836a/13324104853-250.jpg",
    "song": "Incident at Neshabur",
    "track_id": null,
    "recording_id": "88745515-6b44-49ef-9915-daa0a7220aaf",
    "artist": "Santana",
    "artist_ids": [
        "9a3bf45c-347d-4630-894d-7cf3e8e0b632"
    ],
    "album": "Abraxas",
    "release_id": null,
    "release_group_id": "43424c73-fc58-36b0-b9cf-f8b057ac0603",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Santana's second LP Abraxas (1970) is a genre-bending classic album featuring iconic tracks like \"Black Magic Woman/Gypsy Queen\" and \"Oye Como Va\". It's a confident fusion of hard rock, jazz, salsa, and psychedelic music, and a testament to Carlos Santana's iconic, evolving guitar style.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}