Information about plays

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

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

{
    "id": 3579537,
    "uri": "https://api.kexp.org/v2/plays/3579537/?format=api",
    "airdate": "2025-11-17T20:45:28-08:00",
    "show": 65140,
    "show_uri": "https://api.kexp.org/v2/shows/65140/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d71c35f-32f8-431a-a107-badd4e63eb44/36552325951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d71c35f-32f8-431a-a107-badd4e63eb44/36552325951-250.jpg",
    "song": "Voy a disparar al aire",
    "track_id": null,
    "recording_id": "432ecd71-0b02-4bdf-9be1-677a5f1de85c",
    "artist": "El Mató a un Policía Motorizado",
    "artist_ids": [
        "9eaf4321-20b8-4611-bc82-493a361104e3"
    ],
    "album": "Súper terror",
    "release_id": null,
    "release_group_id": "7d39ec5d-722d-402f-a4ce-d31ef7a3de71",
    "labels": [
        "El Mató a un Policía Motorizado"
    ],
    "label_ids": [
        "992abc1b-2207-417d-8e75-45667eb3efbd"
    ],
    "release_date": "2023-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}