Information about plays

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

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

{
    "id": 3540796,
    "uri": "https://api.kexp.org/v2/plays/3540796/?format=api",
    "airdate": "2025-08-16T15:53:28-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b9d3370-b657-42e3-a994-9d3fb4f7ffdb/41776955891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0b9d3370-b657-42e3-a994-9d3fb4f7ffdb/41776955891-250.jpg",
    "song": "La canción que escribiste",
    "track_id": null,
    "recording_id": "87c4e828-17b0-4329-b122-d5dd0b7ab343",
    "artist": "Axolotes Mexicanos",
    "artist_ids": [
        "0d7beada-6528-4d58-a5af-2b4c240d574c"
    ],
    "album": "4ever",
    "release_id": null,
    "release_group_id": "69b5ca35-9541-4985-8aef-a2cd53cec1eb",
    "labels": [
        "Elefant Records"
    ],
    "label_ids": [
        "59dbf7f7-da6e-4795-8465-eb612639a39b"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Madrid (but sounds like it could be an Anime opening theme)\n\nhttps://axolotesmexicanosmusic.bandcamp.com/album/4ever\n\nIG: @axolotes_mexicanos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}