Information about plays

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

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

{
    "id": 3576947,
    "uri": "https://api.kexp.org/v2/plays/3576947/?format=api",
    "airdate": "2025-11-11T19:33:28-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corazón Adentro (Escorpio)",
    "track_id": null,
    "recording_id": "6079ed5b-0920-4cdd-af51-65dac890dbb6",
    "artist": "Bomba Estéreo, Rawayana & ASTROPICAL",
    "artist_ids": [
        "aea8576d-7ad5-4430-bf2e-63725d80f05c",
        "7de398f0-b4cf-476d-ac60-41d47d3511ca",
        "47d596e5-e2f5-4bf6-b469-4082a3221ec0"
    ],
    "album": "ASTROPICAL",
    "release_id": null,
    "release_group_id": "03252145-7f66-484d-b0f9-45ff2593242c",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "2025-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ASTROPICAL is the electrifying union of two of the most exciting bands in Latin music today: Bomba Estéreo and Rawayana.\n\nWhat was initially planned as a collaboration for a single song quickly evolved into a full project, an international tour, and the creation of a new supergroup.\n\nhttps://www.astropical.co/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}