Information about plays

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

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

{
    "id": 3635378,
    "uri": "https://api.kexp.org/v2/plays/3635378/?format=api",
    "airdate": "2026-03-30T00:44:55-07:00",
    "show": 66316,
    "show_uri": "https://api.kexp.org/v2/shows/66316/?format=api",
    "image_uri": "https://coverartarchive.org/release/55663b03-9144-4839-bc97-23ca2892429d/10804709661-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/55663b03-9144-4839-bc97-23ca2892429d/10804709661-250.jpg",
    "song": "Plantala",
    "track_id": null,
    "recording_id": "2891763c-f8ab-4172-9431-e5d4d28011cf",
    "artist": "Kumbia Queers",
    "artist_ids": [
        "896b7fea-4fa3-4418-8912-fde8626306a2"
    ],
    "album": "Canta y no llores",
    "release_id": null,
    "release_group_id": "41877f88-4e73-461e-b8e2-7b4795a735ca",
    "labels": [
        "Horario Invertdo Records"
    ],
    "label_ids": [
        "cf831e77-0078-467d-8ca0-e435b75e98b6"
    ],
    "release_date": "2015-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}