Information about plays

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

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

{
    "id": 3522619,
    "uri": "https://api.kexp.org/v2/plays/3522619/?format=api",
    "airdate": "2025-07-04T16:28:08-07:00",
    "show": 63918,
    "show_uri": "https://api.kexp.org/v2/shows/63918/?format=api",
    "image_uri": "https://ia800503.us.archive.org/2/items/mbid-a045b740-574b-4ca9-a34d-f78795cd70eb/mbid-a045b740-574b-4ca9-a34d-f78795cd70eb-13955327904_thumb500.jpg",
    "thumbnail_uri": "https://ia600503.us.archive.org/2/items/mbid-a045b740-574b-4ca9-a34d-f78795cd70eb/mbid-a045b740-574b-4ca9-a34d-f78795cd70eb-13955327904_thumb250.jpg",
    "song": "Revolution rock",
    "track_id": "f6681968-c1d8-30b9-b226-f18119e150f7",
    "recording_id": "d860e181-c5e7-407f-b1a4-eb15cf732a0e",
    "artist": "Los Fabulosos Cadillacs",
    "artist_ids": [
        "cfe85625-10af-46c1-99fb-765ed3a4f1ad"
    ],
    "album": "Vasos vacíos",
    "release_id": "a045b740-574b-4ca9-a34d-f78795cd70eb",
    "release_group_id": "f6828fc1-1f72-36c1-87e7-0d67aa0ec525",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This cover is performed by Argentine band Los Fabulosos Cadillacs, originally released in 1988 on their album, El Ritmo Mundial.\n\nThough originally released by Danny Ray in 1976, The Clash covered it with great success, only to be followed with this ska-heavy version by Los Fabulosos Cadillacs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}