Information about plays

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

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

{
    "id": 3534336,
    "uri": "https://api.kexp.org/v2/plays/3534336/?format=api",
    "airdate": "2025-08-01T00:58:53-07:00",
    "show": 64165,
    "show_uri": "https://api.kexp.org/v2/shows/64165/?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": "e282aa94-b2d8-41c5-bb32-53a52953a48d",
    "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": [
        "Pathé Marconi EMI"
    ],
    "label_ids": [
        "d3271bbe-e0fc-439c-bf66-3dec634e19ff"
    ],
    "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"
}