Information about plays

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

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

{
    "id": 3611696,
    "uri": "https://api.kexp.org/v2/plays/3611696/?format=api",
    "airdate": "2026-02-01T02:05:35-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "https://coverartarchive.org/release/d743011a-e925-4557-9239-dacc33b34861/27774889696-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d743011a-e925-4557-9239-dacc33b34861/27774889696-250.jpg",
    "song": "Crudo soy",
    "track_id": null,
    "recording_id": "69ce1ee0-f603-4540-aed1-e23e39a6eb32",
    "artist": "Los Crudos",
    "artist_ids": [
        "d7532075-6ce5-4009-ac07-e670f9e7418f"
    ],
    "album": "Discography",
    "release_id": null,
    "release_group_id": "c4e69ee9-8034-32b4-8f88-04a867b23cf5",
    "labels": [
        "Maximumrocknroll"
    ],
    "label_ids": [
        "a176a9a3-37fa-47c0-90ee-7fcd9293efc7"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}