Information about plays

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

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

{
    "id": 3639944,
    "uri": "https://api.kexp.org/v2/plays/3639944/?format=api",
    "airdate": "2026-04-09T15:47:43-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Que me vas a decir",
    "track_id": null,
    "recording_id": "2b7df7e4-62f1-4947-8a37-6ef545666335",
    "artist": "La Portuaria",
    "artist_ids": [
        "c9c3157e-35e6-4888-9970-3b9771f13197"
    ],
    "album": "La vaca atada",
    "release_id": null,
    "release_group_id": "610f62f1-3fd8-474d-bee5-b2eddf0a4051",
    "labels": [
        "Pop Art"
    ],
    "label_ids": [
        "82027a2f-e2ab-42db-859f-7a4aa5144d00"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Que Me Vas a Decir\" contains samples of multiple elements of \"Sexx Laws\" by Beck.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}