Information about plays

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

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

{
    "id": 3560505,
    "uri": "https://api.kexp.org/v2/plays/3560505/?format=api",
    "airdate": "2025-10-02T15:48:08-07:00",
    "show": 64726,
    "show_uri": "https://api.kexp.org/v2/shows/64726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Te Ves Buena",
    "track_id": null,
    "recording_id": "7daede23-84b2-4ecc-9e5e-3337460a79d9",
    "artist": "El General",
    "artist_ids": [
        "64291b1a-94b8-46cd-b1d1-8d2e1f2bffff"
    ],
    "album": "Dancehall 101 Vol. 6",
    "release_id": null,
    "release_group_id": "71e4cdfa-8fd5-4335-b848-22b22efaaa6f",
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2009-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edgardo Armando Franco, better known as El General, is a Panamanian reggaeton artist considered by some to be one of the fathers of reggae en Español. During the early 1990s, he was one of the artists who initiated the Spanish-language dancehall variety of reggae music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}