Information about plays

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

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

{
    "id": 3519549,
    "uri": "https://api.kexp.org/v2/plays/3519549/?format=api",
    "airdate": "2025-06-27T14:25:28-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vente pa' Madrid",
    "track_id": null,
    "recording_id": "729b59a3-0efc-4547-a0c4-fe36912f2d69",
    "artist": "Ketama",
    "artist_ids": [
        "7fe8e911-d706-44d9-b633-702065f8fd6c"
    ],
    "album": "20 pa' Ketama: Grandes éxitos 1984-2004",
    "release_id": null,
    "release_group_id": "bca51af3-645b-30a9-a5b4-f70193814d59",
    "labels": [
        "Universal Music Spain, S.L."
    ],
    "label_ids": [
        "58bb5de1-9d2f-42b7-90ab-a201f7609331"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Geoff!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}