Information about plays

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

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

{
    "id": 3552943,
    "uri": "https://api.kexp.org/v2/plays/3552943/?format=api",
    "airdate": "2025-09-14T11:57:05-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/42be5c6a-9fd7-447e-9ca0-b67d0d88d92e/33952454076-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/42be5c6a-9fd7-447e-9ca0-b67d0d88d92e/33952454076-250.jpg",
    "song": "Sunrise State (Of Mind)",
    "track_id": null,
    "recording_id": "4814d3c9-2d74-4197-8087-0a84fffa12dc",
    "artist": "Abraxas",
    "artist_ids": [
        "2f9fe821-f7b7-4e9a-be10-0d3ccbba151d"
    ],
    "album": "Monte Carlo",
    "release_id": null,
    "release_group_id": "db8eadf1-e244-4f32-9ebb-5d4e225e47d3",
    "labels": [
        "Suicide Records"
    ],
    "label_ids": [],
    "release_date": "2022-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Abraxas is a cross-Atlantic collaboration between Uruguayan musician and former Los Bitchos member Carolina Faruolo and Night Beats frontman Danny Lee Blackwell.\nhttps://abraxasintl.bandcamp.com/album/monte-carlo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}