Information about plays

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

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

{
    "id": 3637076,
    "uri": "https://api.kexp.org/v2/plays/3637076/?format=api",
    "airdate": "2026-04-03T00:59:28-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/2e907f3f-aecb-3bcd-b3d7-393cb465f060/1683928414-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2e907f3f-aecb-3bcd-b3d7-393cb465f060/1683928414-250.jpg",
    "song": "Maquillage de Tiwa",
    "track_id": null,
    "recording_id": "1470ec76-972f-45e5-b29e-32d8036ce8c1",
    "artist": "Alain Goraguer",
    "artist_ids": [
        "c6666922-fc1f-4886-8b8f-2027e33e00f0"
    ],
    "album": "La Planète sauvage",
    "release_id": null,
    "release_group_id": "f85554c5-2680-3d72-8ed0-dc797e38f094",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}